Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr1_dimm_params.c192 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR1_CAS_latency() local
201 i, x, lowest_tCKmin_found); in compute_derated_DDR1_CAS_latency()
202 if (x && lowest_tCKmin_found <= x && x <= mclk_ps) { in compute_derated_DDR1_CAS_latency()
203 lowest_tCKmin_found = x; in compute_derated_DDR1_CAS_latency()
H A Dddr2_dimm_params.c175 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR2_CAS_latency() local
184 i, x, lowest_tCKmin_found); in compute_derated_DDR2_CAS_latency()
185 if (x && x <= mclk_ps && x >= lowest_tCKmin_found ) { in compute_derated_DDR2_CAS_latency()
186 lowest_tCKmin_found = x; in compute_derated_DDR2_CAS_latency()