Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ddr/fsl/
H A Dddr2_dimm_params.c174 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR2_CAS_latency() local
183 i, x, lowest_tCKmin_found); in compute_derated_DDR2_CAS_latency()
184 if (x && x <= mclk_ps && x >= lowest_tCKmin_found ) { in compute_derated_DDR2_CAS_latency()
185 lowest_tCKmin_found = x; in compute_derated_DDR2_CAS_latency()
H A Dddr1_dimm_params.c191 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR1_CAS_latency() local
200 i, x, lowest_tCKmin_found); in compute_derated_DDR1_CAS_latency()
201 if (x && lowest_tCKmin_found <= x && x <= mclk_ps) { in compute_derated_DDR1_CAS_latency()
202 lowest_tCKmin_found = x; in compute_derated_DDR1_CAS_latency()