Searched refs:temp2 (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | lc_common_dimm_params.c | 82 unsigned int temp1, temp2; in compute_cas_latency() local 104 temp2 = 0; in compute_cas_latency() 105 temp2 |= 1 << dimm_params[i].caslat_x; in compute_cas_latency() 106 temp2 |= 1 << dimm_params[i].caslat_x_minus_1; in compute_cas_latency() 107 temp2 |= 1 << dimm_params[i].caslat_x_minus_2; in compute_cas_latency() 119 temp1 &= temp2; in compute_cas_latency() 128 temp2 = 0; in compute_cas_latency() 131 temp2 = __ilog2(temp1); in compute_cas_latency() 132 debug("checking common caslat = %u\n", temp2); in compute_cas_latency() 139 if (dimm_params[i].caslat_x == temp2) { in compute_cas_latency() [all …]
|
| /rk3399_rockchip-uboot/board/freescale/common/ |
| H A D | dcu_sii9022a.c | 65 u16 temp1, temp2; in dcu_set_dvi_encoder() local 110 temp2 = videomode->vsync_len + videomode->upper_margin + in dcu_set_dvi_encoder() 112 temp = (u8)(temp2 & 0xFF); in dcu_set_dvi_encoder() 114 temp = (u8)(temp2 >> 8); in dcu_set_dvi_encoder() 118 temp3 = temp1 * temp2; in dcu_set_dvi_encoder()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | sha512.c | 161 uint64_t temp1, temp2, W[80]; in sha512_process() local 179 temp2 = S2(a) + F0(a,b,c); \ in sha512_process() 180 d += temp1; h = temp1 + temp2; \ in sha512_process()
|
| H A D | sha256.c | 86 uint32_t temp1, temp2; in sha256_process_one() local 127 temp2 = S2(a) + F0(a,b,c); \ in sha256_process_one() 128 d += temp1; h = temp1 + temp2; \ in sha256_process_one()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | ipu_common.c | 68 u32 temp2; \ 75 temp2 = _param_word(base, w)[i + 1]; \ 76 temp2 &= mask >> (off ? (32 - off) : 0); \ 77 temp1 |= temp2 << (off ? (32 - off) : 0); \
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | smc.c | 1968 uint32_t temp2; in rd_train() local 1982 temp2 = (x_coordinate[R][B][ch][rk][bl] + x_coordinate[L][B][ch][rk][bl]) / 2; in rd_train() 1984 x_center[ch][rk][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train() 1998 temp2 = (y_coordinate[L][T][ch][bl] + y_coordinate[L][B][ch][bl]) / 2; in rd_train() 2000 y_center[ch][bl] = (uint8_t) ((temp1 + temp2) / 2); in rd_train()
|
| /rk3399_rockchip-uboot/tools/rockchip/ |
| H A D | resource_tool.c | 336 uint32_t temp1, temp2; in sha256_process() local 377 temp2 = S2(a) + F0(a,b,c); \ in sha256_process() 378 d += temp1; h = temp1 + temp2; \ in sha256_process()
|