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()
189 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
212 for (testn = 17; testn < 256; testn++) { in mga_g200se_set_plls()
214 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
223 n = testn - 1; in mga_g200se_set_plls()
254 for (testn = 50; testn <= 256; testn++) { in mga_g200se_set_plls()
256 computed = (pllreffreq * testn) / in mga_g200se_set_plls()
266 n = testn - 1; in mga_g200se_set_plls()
308 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
334 for (testn = 32; testn < 2048 ; testn++) { in mga_g200wb_set_plls()
335 computed = (pllreffreq * testn) / in mga_g200wb_set_plls()
343 m = ((testn & 0x100) >> 1) | in mga_g200wb_set_plls()
345 n = (testn & 0xFF); in mga_g200wb_set_plls()
346 p = ((testn & 0x600) >> 3) | in mga_g200wb_set_plls()
367 for (testn = 1; testn < 151; testn++) { in mga_g200wb_set_plls()
368 computed = (pllreffreq * testn) / in mga_g200wb_set_plls()
376 n = testn - 1; in mga_g200wb_set_plls()
487 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
505 for (testn = 1; testn < 257; testn++) { in mga_g200ev_set_plls()
507 computed = (pllreffreq * testn) / in mga_g200ev_set_plls()
515 n = testn - 1; in mga_g200ev_set_plls()
580 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
603 for (testn = 120; testn >= 60; testn--) { in mga_g200eh_set_plls()
604 computed = (pllreffreq * testn) / testm; in mga_g200eh_set_plls()
611 n = testn; in mga_g200eh_set_plls()
636 for (testn = 17; testn < 257; testn++) { in mga_g200eh_set_plls()
637 computed = (pllreffreq * testn) / in mga_g200eh_set_plls()
645 n = testn - 1; in mga_g200eh_set_plls()
710 int testr, testn, testm, testo; in mga_g200er_set_plls() local
726 for (testn = 5; testn < 129; testn++) { in mga_g200er_set_plls()
733 vco = pllreffreq * (testn + 1) / in mga_g200er_set_plls()
747 n = testn; in mga_g200er_set_plls()