Searched refs:freq_optimal (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/omap/
H A Dclocks_get_m_n.c52 u32 m_optimal, n_optimal, freq_optimal = 0, freq_old; local
68 if (freq > freq_optimal) {
69 freq_optimal = freq;
74 if ((freq_optimal == target_freq_khz) ||
83 m_optimal, n_optimal - 1, target_freq_khz, freq_optimal);

Completed in 35 milliseconds