Lines Matching refs:testn

123 	u8 testm, testn;  in mgag200_g200_set_plls()  local
149 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_g200_set_plls()
150 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_set_plls()
158 n = testn; in mgag200_g200_set_plls()
191 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
214 for (testn = 17; testn < 256; testn++) { in mga_g200se_set_plls()
216 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
225 n = testn - 1; in mga_g200se_set_plls()
256 for (testn = 50; testn <= 256; testn++) { in mga_g200se_set_plls()
258 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
268 n = testn - 1; in mga_g200se_set_plls()
312 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
338 for (testn = 32; testn < 2048 ; testn++) { in mga_g200wb_set_plls()
339 computed = (pllreffreq * testn) / in mga_g200wb_set_plls()
347 m = ((testn & 0x100) >> 1) | in mga_g200wb_set_plls()
349 n = (testn & 0xFF); in mga_g200wb_set_plls()
350 p = ((testn & 0x600) >> 3) | in mga_g200wb_set_plls()
371 for (testn = 1; testn < 151; testn++) { in mga_g200wb_set_plls()
372 computed = (pllreffreq * testn) / in mga_g200wb_set_plls()
380 n = testn - 1; in mga_g200wb_set_plls()
493 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
511 for (testn = 1; testn < 257; testn++) { in mga_g200ev_set_plls()
513 computed = (pllreffreq * testn) / in mga_g200ev_set_plls()
521 n = testn - 1; in mga_g200ev_set_plls()
588 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
611 for (testn = 120; testn >= 60; testn--) { in mga_g200eh_set_plls()
612 computed = (pllreffreq * testn) / testm; in mga_g200eh_set_plls()
619 n = testn; in mga_g200eh_set_plls()
644 for (testn = 17; testn < 257; testn++) { in mga_g200eh_set_plls()
645 computed = (pllreffreq * testn) / in mga_g200eh_set_plls()
653 n = testn - 1; in mga_g200eh_set_plls()
721 int testr, testn, testm, testo; in mga_g200er_set_plls() local
737 for (testn = 5; testn < 129; testn++) { in mga_g200er_set_plls()
744 vco = pllreffreq * (testn + 1) / in mga_g200er_set_plls()
758 n = testn; in mga_g200er_set_plls()