Searched refs:lowest_tCKmin_found (Results 1 – 2 of 2) sorted by relevance
174 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR2_CAS_latency() local183 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()
191 unsigned int lowest_tCKmin_found = 0; in compute_derated_DDR1_CAS_latency() local200 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()