Lines Matching refs:testm
21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local
47 for (testm = in_div_min; testm <= in_div_max; testm++) { in mgag200_pixpll_compute_g200()
49 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_pixpll_compute_g200()
56 m = testm + 1; in mgag200_pixpll_compute_g200()
122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local
137 for (testm = 1; testm < 32; testm++) { in mgag200_pixpll_compute_g200se_00()
138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()
145 m = testm; in mgag200_pixpll_compute_g200se_00()
198 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_04() local
223 for (testm = 1; testm <= 32; testm++) { in mgag200_pixpll_compute_g200se_04()
224 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_04()
232 m = testm; in mgag200_pixpll_compute_g200se_04()
308 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200wb() local
321 for (testm = 1; testm < 17; testm++) { in mgag200_pixpll_compute_g200wb()
323 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200wb()
331 m = testm; in mgag200_pixpll_compute_g200wb()
481 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200ev() local
495 for (testm = 1; testm < 17; testm++) { in mgag200_pixpll_compute_g200ev()
497 (testm * testp); in mgag200_pixpll_compute_g200ev()
505 m = testm; in mgag200_pixpll_compute_g200ev()
606 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh() local
619 for (testm = 1; testm < 33; testm++) { in mgag200_pixpll_compute_g200eh()
621 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200eh()
629 m = testm; in mgag200_pixpll_compute_g200eh()
730 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh3() local
738 for (testm = 150; testm >= 6; testm--) { in mgag200_pixpll_compute_g200eh3()
739 if (clock * testm > vcomax) in mgag200_pixpll_compute_g200eh3()
741 if (clock * testm < vcomin) in mgag200_pixpll_compute_g200eh3()
744 computed = (pllreffreq * testn) / testm; in mgag200_pixpll_compute_g200eh3()
752 m = testm + 1; in mgag200_pixpll_compute_g200eh3()
788 int testr, testn, testm, testo; in mgag200_pixpll_compute_g200er() local
801 for (testm = 3; testm >= 0; testm--) { in mgag200_pixpll_compute_g200er()
811 computed = vco / (m_div_val[testm] * (testo + 1)); in mgag200_pixpll_compute_g200er()
818 m = (testm | (testo << 3)) + 1; in mgag200_pixpll_compute_g200er()
900 unsigned int testp, testm, testn, testp2; in mgag200_pixpll_compute_g200ew3() local
915 for (testm = 1; testm < 26; testm++) { in mgag200_pixpll_compute_g200ew3()
917 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_pixpll_compute_g200ew3()
924 m = testm + 1; in mgag200_pixpll_compute_g200ew3()