Searched refs:testp2 (Results 1 – 1 of 1) sorted by relevance
900 unsigned int testp, testm, testn, testp2; in mgag200_pixpll_compute_g200ew3() local908 for (testp2 = 1; testp2 < 8; testp2++) { 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()927 s = testp2; in mgag200_pixpll_compute_g200ew3()