Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c175 unsigned int lowest_tCKmin_CL = 0; in compute_derated_DDR2_CAS_latency() local
186 lowest_tCKmin_CL = i + 2; in compute_derated_DDR2_CAS_latency()
190 debug("lowest_tCKmin_CL = %u\n", lowest_tCKmin_CL); in compute_derated_DDR2_CAS_latency()
192 return lowest_tCKmin_CL; in compute_derated_DDR2_CAS_latency()
H A Dddr1_dimm_params.c192 unsigned int lowest_tCKmin_CL = 0; in compute_derated_DDR1_CAS_latency() local
203 lowest_tCKmin_CL = i + 1; in compute_derated_DDR1_CAS_latency()
207 debug("lowest_tCKmin_CL = %u\n", lowest_tCKmin_CL); in compute_derated_DDR1_CAS_latency()
209 return lowest_tCKmin_CL; in compute_derated_DDR1_CAS_latency()