testp
p = testp + 1;
u8 testp, testm, testn;
for (testp = 0;
testp <= post_div_max && f_vco < p_clk_min;
testp = (testp << 1) + 1, f_vco <<= 1)
unsigned int testp, testm, testn;
for (testp = 16; testp > 0; testp >>= 1) {
if (clock * testp > vcomax)
if (clock * testp < vcomin)
computed = (pllreffreq * testn) / (testm * testp);
p = testp;
unsigned int testp, testm, testn;
testp = 0;
p = testp + 1;
unsigned int testp, testm, testn;
for (testp = 16; testp > 0; testp--) {
if (clock * testp > vcomax)
if (clock * testp < vcomin)
(testm * testp);
p = testp;
unsigned int testp, testm, testn, testp2;
for (testp = 1; testp < 8; testp++) {
if (testp < testp2)
if ((clock * testp * testp2) > vcomax)
if ((clock * testp * testp2) < vcomin)
computed = (pllreffreq * testn) / (testm * testp * testp2);
p = testp + 1;
unsigned int testp, testm, testn;
for (testp = 8; testp > 0; testp /= 2) {
if (clock * testp > vcomax)
if (clock * testp < vcomin)
computed = (pllreffreq * testn) / (testm * testp);
p = testp;
unsigned int testp, testm, testn;
testp = pvalues_e4[i];
if ((clock * testp) > vcomax)
if ((clock * testp) < vcomin)
computed = (pllreffreq * testn) / (testm * testp);
p = testp;
unsigned int testp, testm, testn;
for (testp = 1; testp < 9; testp++) {
if (clock * testp > vcomax)
if (clock * testp < vcomin)
computed = (pllreffreq * testn) / (testm * testp);
p = testp;
err |= testp(0);
err |= testp(CF|ZF|PF);