Lines Matching refs:testm
107 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
131 for (testm = 1; testm < 32; testm++) { in mga_g200se_set_plls()
133 (testm * testp); in mga_g200se_set_plls()
140 m = testm - 1; in mga_g200se_set_plls()
173 for (testm = 1; testm <= 32; testm++) { in mga_g200se_set_plls()
175 (testm * testp); in mga_g200se_set_plls()
183 m = testm - 1; in mga_g200se_set_plls()
226 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
251 for (testm = 1; testm < 26; testm++) { in mga_g200wb_set_plls()
254 (testm * testp * testp2); in mga_g200wb_set_plls()
262 (testm); in mga_g200wb_set_plls()
284 for (testm = 1; testm < 17; testm++) { in mga_g200wb_set_plls()
287 (testm * testp); in mga_g200wb_set_plls()
295 m = (testm - 1) | in mga_g200wb_set_plls()
405 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
424 for (testm = 1; testm < 17; testm++) { in mga_g200ev_set_plls()
426 (testm * testp); in mga_g200ev_set_plls()
434 m = testm - 1; in mga_g200ev_set_plls()
498 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
516 for (testm = 150; testm >= 6; testm--) { in mga_g200eh_set_plls()
517 if (clock * testm > vcomax) in mga_g200eh_set_plls()
519 if (clock * testm < vcomin) in mga_g200eh_set_plls()
522 computed = (pllreffreq * testn) / testm; in mga_g200eh_set_plls()
530 m = testm; in mga_g200eh_set_plls()
553 for (testm = 1; testm < 33; testm++) { in mga_g200eh_set_plls()
556 (testm * testp); in mga_g200eh_set_plls()
564 m = (testm - 1); in mga_g200eh_set_plls()
628 int testr, testn, testm, testo; in mga_g200er_set_plls() local
647 for (testm = 3; testm >= 0; testm--) { in mga_g200er_set_plls()
657 computed = vco / (m_div_val[testm] * (testo + 1)); in mga_g200er_set_plls()
664 m = testm | (testo << 3); in mga_g200er_set_plls()