Lines Matching refs:testp
126 unsigned int testp, testm, testn; in mgag200_g200se_00_pixpllc_atomic_check() local
134 for (testp = 8; testp > 0; testp /= 2) { in mgag200_g200se_00_pixpllc_atomic_check()
135 if (clock * testp > vcomax) in mgag200_g200se_00_pixpllc_atomic_check()
137 if (clock * testp < vcomin) in mgag200_g200se_00_pixpllc_atomic_check()
142 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
151 p = testp; in mgag200_g200se_00_pixpllc_atomic_check()
210 unsigned int testp, testm, testn; in mgag200_g200se_04_pixpllc_atomic_check() local
227 testp = pvalues_e4[i]; in mgag200_g200se_04_pixpllc_atomic_check()
229 if ((clock * testp) > vcomax) in mgag200_g200se_04_pixpllc_atomic_check()
231 if ((clock * testp) < vcomin) in mgag200_g200se_04_pixpllc_atomic_check()
236 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_04_pixpllc_atomic_check()
246 p = testp; in mgag200_g200se_04_pixpllc_atomic_check()