Lines Matching refs:testm
106 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
130 for (testm = 1; testm < 32; testm++) { in mga_g200se_set_plls()
132 (testm * testp); in mga_g200se_set_plls()
139 m = testm - 1; in mga_g200se_set_plls()
172 for (testm = 1; testm <= 32; testm++) { in mga_g200se_set_plls()
174 (testm * testp); in mga_g200se_set_plls()
182 m = testm - 1; in mga_g200se_set_plls()
225 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
250 for (testm = 1; testm < 26; testm++) { in mga_g200wb_set_plls()
253 (testm * testp * testp2); in mga_g200wb_set_plls()
261 (testm); in mga_g200wb_set_plls()
283 for (testm = 1; testm < 17; testm++) { in mga_g200wb_set_plls()
286 (testm * testp); in mga_g200wb_set_plls()
294 m = (testm - 1) | in mga_g200wb_set_plls()
404 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
423 for (testm = 1; testm < 17; testm++) { in mga_g200ev_set_plls()
425 (testm * testp); in mga_g200ev_set_plls()
433 m = testm - 1; in mga_g200ev_set_plls()
497 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
515 for (testm = 150; testm >= 6; testm--) { in mga_g200eh_set_plls()
516 if (clock * testm > vcomax) in mga_g200eh_set_plls()
518 if (clock * testm < vcomin) in mga_g200eh_set_plls()
521 computed = (pllreffreq * testn) / testm; in mga_g200eh_set_plls()
529 m = testm; in mga_g200eh_set_plls()
552 for (testm = 1; testm < 33; testm++) { in mga_g200eh_set_plls()
555 (testm * testp); in mga_g200eh_set_plls()
563 m = (testm - 1); in mga_g200eh_set_plls()
627 int testr, testn, testm, testo; in mga_g200er_set_plls() local
646 for (testm = 3; testm >= 0; testm--) { in mga_g200er_set_plls()
656 computed = vco / (m_div_val[testm] * (testo + 1)); in mga_g200er_set_plls()
663 m = testm | (testo << 3); in mga_g200er_set_plls()