Lines Matching refs:testn
21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local
48 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_pixpll_compute_g200()
49 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_pixpll_compute_g200()
57 n = testn + 1; in mgag200_pixpll_compute_g200()
122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local
136 for (testn = 17; testn < 256; testn++) { in mgag200_pixpll_compute_g200se_00()
138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()
146 n = testn; in mgag200_pixpll_compute_g200se_00()
198 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_04() local
222 for (testn = 50; testn <= 256; testn++) { in mgag200_pixpll_compute_g200se_04()
224 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_04()
233 n = testn; in mgag200_pixpll_compute_g200se_04()
308 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200wb() local
322 for (testn = 1; testn < 151; testn++) { in mgag200_pixpll_compute_g200wb()
323 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200wb()
330 n = testn; in mgag200_pixpll_compute_g200wb()
481 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200ev() local
494 for (testn = 1; testn < 257; testn++) { in mgag200_pixpll_compute_g200ev()
496 computed = (pllreffreq * testn) / in mgag200_pixpll_compute_g200ev()
504 n = testn; in mgag200_pixpll_compute_g200ev()
606 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh() local
620 for (testn = 17; testn < 257; testn++) { in mgag200_pixpll_compute_g200eh()
621 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200eh()
628 n = testn; in mgag200_pixpll_compute_g200eh()
730 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh3() local
743 for (testn = 120; testn >= 60; testn--) { in mgag200_pixpll_compute_g200eh3()
744 computed = (pllreffreq * testn) / testm; in mgag200_pixpll_compute_g200eh3()
751 n = testn + 1; in mgag200_pixpll_compute_g200eh3()
788 int testr, testn, testm, testo; in mgag200_pixpll_compute_g200er() local
798 for (testn = 5; testn < 129; testn++) { in mgag200_pixpll_compute_g200er()
805 vco = pllreffreq * (testn + 1) / in mgag200_pixpll_compute_g200er()
819 n = testn + 1; in mgag200_pixpll_compute_g200er()
900 unsigned int testp, testm, testn, testp2; in mgag200_pixpll_compute_g200ew3() local
916 for (testn = 32; testn < 2048 ; testn++) { in mgag200_pixpll_compute_g200ew3()
917 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_pixpll_compute_g200ew3()
925 n = testn + 1; in mgag200_pixpll_compute_g200ew3()