Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 2 of 2) sorted by relevance

/drivers/ddr/fsl/
A Dlc_common_dimm_params.c89 unsigned int temp1, temp2; in compute_cas_latency() local
111 temp2 = 0; in compute_cas_latency()
126 temp1 &= temp2; in compute_cas_latency()
135 temp2 = 0; in compute_cas_latency()
138 temp2 = __ilog2(temp1); in compute_cas_latency()
149 temp2, i, mclk_ps, in compute_cas_latency()
187 temp1 &= ~(1 << temp2); in compute_cas_latency()
262 unsigned int temp1, temp2; in compute_lowest_common_dimm_parameters() local
407 temp1 = temp2 = 0; in compute_lowest_common_dimm_parameters()
417 temp2 = 1; in compute_lowest_common_dimm_parameters()
[all …]
/drivers/video/imx/
A Dipu_common.c70 u32 temp2; \
77 temp2 = _param_word(base, w)[i + 1]; \
78 temp2 &= mask >> (off ? (32 - off) : 0); \
79 temp1 |= temp2 << (off ? (32 - off) : 0); \

Completed in 10 milliseconds