Lines Matching refs:testp
111 unsigned int testp, testm, testn; in mga_g200se_set_plls() local
123 for (testp = 8; testp > 0; testp /= 2) { in mga_g200se_set_plls()
124 if (clock * testp > vcomax) in mga_g200se_set_plls()
126 if (clock * testp < vcomin) in mga_g200se_set_plls()
132 (testm * testp); in mga_g200se_set_plls()
141 p = testp - 1; in mga_g200se_set_plls()
162 unsigned int testp, testm, testn; in mga_g200wb_set_plls() local
177 for (testp = 1; testp < 9; testp++) { in mga_g200wb_set_plls()
178 if (clock * testp > vcomax) in mga_g200wb_set_plls()
180 if (clock * testp < vcomin) in mga_g200wb_set_plls()
186 (testm * testp); in mga_g200wb_set_plls()
195 p = testp - 1; in mga_g200wb_set_plls()
302 unsigned int testp, testm, testn; in mga_g200ev_set_plls() local
315 for (testp = 16; testp > 0; testp--) { in mga_g200ev_set_plls()
316 if (clock * testp > vcomax) in mga_g200ev_set_plls()
318 if (clock * testp < vcomin) in mga_g200ev_set_plls()
324 (testm * testp); in mga_g200ev_set_plls()
333 p = testp - 1; in mga_g200ev_set_plls()
396 unsigned int testp, testm, testn; in mga_g200eh_set_plls() local
411 for (testp = 16; testp > 0; testp >>= 1) { in mga_g200eh_set_plls()
412 if (clock * testp > vcomax) in mga_g200eh_set_plls()
414 if (clock * testp < vcomin) in mga_g200eh_set_plls()
420 (testm * testp); in mga_g200eh_set_plls()
429 p = testp - 1; in mga_g200eh_set_plls()
431 if ((clock * testp) >= 600000) in mga_g200eh_set_plls()