Lines Matching refs:testp

21 	u8 testp, testm, testn;  in mgag200_pixpll_compute_g200()  local
39 for (testp = 0; in mgag200_pixpll_compute_g200()
40 testp <= post_div_max && f_vco < p_clk_min; in mgag200_pixpll_compute_g200()
41 testp = (testp << 1) + 1, f_vco <<= 1) in mgag200_pixpll_compute_g200()
43 p = testp + 1; in mgag200_pixpll_compute_g200()
122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local
130 for (testp = 8; testp > 0; testp /= 2) { in mgag200_pixpll_compute_g200se_00()
131 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200se_00()
133 if (clock * testp < vcomin) in mgag200_pixpll_compute_g200se_00()
138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()
147 p = testp; in mgag200_pixpll_compute_g200se_00()
198 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_04() local
215 testp = pvalues_e4[i]; in mgag200_pixpll_compute_g200se_04()
217 if ((clock * testp) > vcomax) in mgag200_pixpll_compute_g200se_04()
219 if ((clock * testp) < vcomin) in mgag200_pixpll_compute_g200se_04()
224 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_04()
234 p = testp; in mgag200_pixpll_compute_g200se_04()
308 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200wb() local
315 for (testp = 1; testp < 9; testp++) { in mgag200_pixpll_compute_g200wb()
316 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200wb()
318 if (clock * testp < vcomin) in mgag200_pixpll_compute_g200wb()
323 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200wb()
332 p = testp; in mgag200_pixpll_compute_g200wb()
481 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200ev() local
488 for (testp = 16; testp > 0; testp--) { in mgag200_pixpll_compute_g200ev()
489 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200ev()
491 if (clock * testp < vcomin) in mgag200_pixpll_compute_g200ev()
497 (testm * testp); in mgag200_pixpll_compute_g200ev()
506 p = testp; in mgag200_pixpll_compute_g200ev()
606 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh() local
613 for (testp = 16; testp > 0; testp >>= 1) { in mgag200_pixpll_compute_g200eh()
614 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200eh()
616 if (clock * testp < vcomin) in mgag200_pixpll_compute_g200eh()
621 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200eh()
630 p = testp; in mgag200_pixpll_compute_g200eh()
730 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200eh3() local
736 testp = 0; in mgag200_pixpll_compute_g200eh3()
753 p = testp + 1; in mgag200_pixpll_compute_g200eh3()
900 unsigned int testp, testm, testn, testp2; in mgag200_pixpll_compute_g200ew3() local
907 for (testp = 1; testp < 8; testp++) { in mgag200_pixpll_compute_g200ew3()
909 if (testp < testp2) in mgag200_pixpll_compute_g200ew3()
911 if ((clock * testp * testp2) > vcomax) in mgag200_pixpll_compute_g200ew3()
913 if ((clock * testp * testp2) < vcomin) in mgag200_pixpll_compute_g200ew3()
917 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_pixpll_compute_g200ew3()
926 p = testp + 1; in mgag200_pixpll_compute_g200ew3()