Lines Matching refs:testm
123 u8 testm, testn; in mgag200_g200_set_plls() local
148 for (testm = in_div_min; testm <= in_div_max; testm++) { in mgag200_g200_set_plls()
150 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_set_plls()
157 m = testm; in mgag200_g200_set_plls()
191 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
215 for (testm = 1; testm < 32; testm++) { in mga_g200se_set_plls()
217 (testm * testp); in mga_g200se_set_plls()
224 m = testm - 1; in mga_g200se_set_plls()
257 for (testm = 1; testm <= 32; testm++) { in mga_g200se_set_plls()
259 (testm * testp); in mga_g200se_set_plls()
267 m = testm - 1; in mga_g200se_set_plls()
312 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
337 for (testm = 1; testm < 26; testm++) { in mga_g200wb_set_plls()
340 (testm * testp * testp2); in mga_g200wb_set_plls()
348 (testm); in mga_g200wb_set_plls()
370 for (testm = 1; testm < 17; testm++) { in mga_g200wb_set_plls()
373 (testm * testp); in mga_g200wb_set_plls()
381 m = (testm - 1) | in mga_g200wb_set_plls()
493 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
512 for (testm = 1; testm < 17; testm++) { in mga_g200ev_set_plls()
514 (testm * testp); in mga_g200ev_set_plls()
522 m = testm - 1; in mga_g200ev_set_plls()
588 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
606 for (testm = 150; testm >= 6; testm--) { in mga_g200eh_set_plls()
607 if (clock * testm > vcomax) in mga_g200eh_set_plls()
609 if (clock * testm < vcomin) in mga_g200eh_set_plls()
612 computed = (pllreffreq * testn) / testm; in mga_g200eh_set_plls()
620 m = testm; in mga_g200eh_set_plls()
643 for (testm = 1; testm < 33; testm++) { in mga_g200eh_set_plls()
646 (testm * testp); in mga_g200eh_set_plls()
654 m = (testm - 1); in mga_g200eh_set_plls()
721 int testr, testn, testm, testo; in mga_g200er_set_plls() local
740 for (testm = 3; testm >= 0; testm--) { in mga_g200er_set_plls()
750 computed = vco / (m_div_val[testm] * (testo + 1)); in mga_g200er_set_plls()
757 m = testm | (testo << 3); in mga_g200er_set_plls()