HomeSort by: relevance | last modified time | path
    Searched defs:freq_out (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
videopll.c 104 int freq_out, diff, diff_b = 100000000; local in function:videopll_set_freq
119 freq_out = (3906400 * (1 << p2) * p1) / (p0 * 1000);
120 diff = abs(freq - freq_out);
126 freq_b = freq_out;
videopll.c 104 int freq_out, diff, diff_b = 100000000; local in function:videopll_set_freq
119 freq_out = (3906400 * (1 << p2) * p1) / (p0 * 1000);
120 diff = abs(freq - freq_out);
126 freq_b = freq_out;

Completed in 24 milliseconds