Home
last modified time | relevance | path

Searched refs:testp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_pll.c21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local
39 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() local
130 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 …]
/Linux-v5.15/tools/testing/selftests/x86/
Dtest_FCOMI.c183 int testp(long flags) in testp() function
320 err |= testp(0); in main()
323 err |= testp(CF|ZF|PF); in main()