Searched refs:lowest_tCKmin_found (Results 1 – 2 of 2) sorted by relevance
192 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR1_CAS_latency() local201 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()
175 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR2_CAS_latency() local184 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()