Searched refs:testp (Results 1 – 1 of 1) sorted by relevance
111 unsigned int testp, testm, testn; in mga_g200se_set_plls() local123 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() local177 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()[all …]