Searched refs:testp (Results 1 – 2 of 2) sorted by relevance
21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local39 for (testp = 0; in mgag200_pixpll_compute_g200()40 testp <= post_div_max && f_vco < p_clk_min; in mgag200_pixpll_compute_g200()41 testp = (testp << 1) + 1, f_vco <<= 1) in mgag200_pixpll_compute_g200()43 p = testp + 1; in mgag200_pixpll_compute_g200()122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local130 for (testp = 8; testp > 0; testp /= 2) { in mgag200_pixpll_compute_g200se_00()131 if (clock * testp > vcomax) in mgag200_pixpll_compute_g200se_00()133 if (clock * testp < vcomin) in mgag200_pixpll_compute_g200se_00()138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()[all …]
183 int testp(long flags) in testp() function320 err |= testp(0); in main()323 err |= testp(CF|ZF|PF); in main()