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