Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 6 of 6) sorted by relevance

/u-boot/drivers/ddr/fsl/
A Dlc_common_dimm_params.c103 temp1 = 0xFF; in compute_cas_latency()
197 temp1 = 0; in compute_cas_latency()
199 temp1 = max(temp1, dimm_params[i].caslat_lowest_derated); in compute_cas_latency()
261 temp1 = 0; in compute_lowest_common_dimm_parameters()
268 temp1++; in compute_lowest_common_dimm_parameters()
274 temp1++; in compute_lowest_common_dimm_parameters()
287 temp1++; in compute_lowest_common_dimm_parameters()
433 temp1 = 0; in compute_lowest_common_dimm_parameters()
456 temp1 = 1; in compute_lowest_common_dimm_parameters()
460 temp1 = 0; in compute_lowest_common_dimm_parameters()
[all …]
/u-boot/board/freescale/common/
A Ddcu_sii9022a.c65 u16 temp1, temp2; in dcu_set_dvi_encoder() local
106 temp = (u8)(temp1 & 0xFF); in dcu_set_dvi_encoder()
108 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
116 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
128 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
130 temp1 = (u16)temp3 * 100; in dcu_set_dvi_encoder()
133 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
192 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
200 temp = (u8)(temp1 >> 8); in dcu_set_dvi_encoder()
212 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
[all …]
/u-boot/lib/
A Dsha256.c60 uint32_t temp1, temp2; in sha256_process() local
100 temp1 = h + S3(e) + F1(e,f,g) + K + x; \ in sha256_process()
102 d += temp1; h = temp1 + temp2; \ in sha256_process()
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_dpc.c637 register u32 temp1; in nx_dpc_set_mode() local
639 temp1 = pregister->dpcctrl2; in nx_dpc_set_mode()
640 temp1 = temp1 | (1 << 4); in nx_dpc_set_mode()
641 writel(temp1, &pregister->dpcctrl2); in nx_dpc_set_mode()
643 register u32 temp1; in nx_dpc_set_mode() local
645 temp1 = pregister->dpcctrl2; in nx_dpc_set_mode()
646 temp1 = temp1 & ~(1 << 4); in nx_dpc_set_mode()
647 writel(temp1, &pregister->dpcctrl2); in nx_dpc_set_mode()
/u-boot/drivers/video/imx/
A Dipu_common.c74 u32 temp1 = _param_word(base, w)[i]; \
75 temp1 = mask & (temp1 >> off); \
79 temp1 |= temp2 << (off ? (32 - off) : 0); \
81 temp1; \
/u-boot/arch/x86/cpu/quark/
A Dsmc.c1961 uint32_t temp1; in rd_train() local
1974 temp1 = (x_coordinate[R][T][ch][rk][bl] + x_coordinate[L][T][ch][rk][bl]) / 2; in rd_train()
1978 x_center[ch][rk][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train()
1990 temp1 = (y_coordinate[R][T][ch][bl] + y_coordinate[R][B][ch][bl]) / 2; in rd_train()
1994 y_center[ch][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train()

Completed in 14 milliseconds