Searched refs:temp2 (Results 1 – 2 of 2) sorted by relevance
89 unsigned int temp1, temp2; in compute_cas_latency() local111 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() local407 temp1 = temp2 = 0; in compute_lowest_common_dimm_parameters()417 temp2 = 1; in compute_lowest_common_dimm_parameters()[all …]
70 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