Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A Dmgag200_g200ew3.c36 unsigned int testp, testm, testn, testp2; in mgag200_g200ew3_pixpllc_atomic_check() local
43 for (testp = 1; testp < 8; testp++) { in mgag200_g200ew3_pixpllc_atomic_check()
45 if (testp < testp2) in mgag200_g200ew3_pixpllc_atomic_check()
47 if ((clock * testp * testp2) > vcomax) in mgag200_g200ew3_pixpllc_atomic_check()
49 if ((clock * testp * testp2) < vcomin) in mgag200_g200ew3_pixpllc_atomic_check()
53 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
62 p = testp + 1; in mgag200_g200ew3_pixpllc_atomic_check()
A Dmgag200_g200se.c126 unsigned int testp, testm, testn; in mgag200_g200se_00_pixpllc_atomic_check() local
134 for (testp = 8; testp > 0; testp /= 2) { in mgag200_g200se_00_pixpllc_atomic_check()
135 if (clock * testp > vcomax) in mgag200_g200se_00_pixpllc_atomic_check()
137 if (clock * testp < vcomin) in mgag200_g200se_00_pixpllc_atomic_check()
142 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
151 p = testp; in mgag200_g200se_00_pixpllc_atomic_check()
210 unsigned int testp, testm, testn; in mgag200_g200se_04_pixpllc_atomic_check() local
227 testp = pvalues_e4[i]; in mgag200_g200se_04_pixpllc_atomic_check()
229 if ((clock * testp) > vcomax) in mgag200_g200se_04_pixpllc_atomic_check()
231 if ((clock * testp) < vcomin) in mgag200_g200se_04_pixpllc_atomic_check()
[all …]
A Dmgag200_g200eh.c54 unsigned int testp, testm, testn; in mgag200_g200eh_pixpllc_atomic_check() local
61 for (testp = 16; testp > 0; testp >>= 1) { in mgag200_g200eh_pixpllc_atomic_check()
62 if (clock * testp > vcomax) in mgag200_g200eh_pixpllc_atomic_check()
64 if (clock * testp < vcomin) in mgag200_g200eh_pixpllc_atomic_check()
69 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check()
78 p = testp; in mgag200_g200eh_pixpllc_atomic_check()
A Dmgag200_g200ev.c60 unsigned int testp, testm, testn; in mgag200_g200ev_pixpllc_atomic_check() local
67 for (testp = 16; testp > 0; testp--) { in mgag200_g200ev_pixpllc_atomic_check()
68 if (clock * testp > vcomax) in mgag200_g200ev_pixpllc_atomic_check()
70 if (clock * testp < vcomin) in mgag200_g200ev_pixpllc_atomic_check()
76 (testm * testp); in mgag200_g200ev_pixpllc_atomic_check()
85 p = testp; in mgag200_g200ev_pixpllc_atomic_check()
A Dmgag200_g200wb.c52 unsigned int testp, testm, testn; in mgag200_g200wb_pixpllc_atomic_check() local
59 for (testp = 1; testp < 9; testp++) { in mgag200_g200wb_pixpllc_atomic_check()
60 if (clock * testp > vcomax) in mgag200_g200wb_pixpllc_atomic_check()
62 if (clock * testp < vcomin) in mgag200_g200wb_pixpllc_atomic_check()
67 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check()
76 p = testp; in mgag200_g200wb_pixpllc_atomic_check()
A Dmgag200_g200.c78 u8 testp, testm, testn; in mgag200_g200_pixpllc_atomic_check() local
96 for (testp = 0; in mgag200_g200_pixpllc_atomic_check()
97 testp <= post_div_max && f_vco < p_clk_min; in mgag200_g200_pixpllc_atomic_check()
98 testp = (testp << 1) + 1, f_vco <<= 1) in mgag200_g200_pixpllc_atomic_check()
100 p = testp + 1; in mgag200_g200_pixpllc_atomic_check()
A Dmgag200_g200eh3.c29 unsigned int testp, testm, testn; in mgag200_g200eh3_pixpllc_atomic_check() local
35 testp = 0; in mgag200_g200eh3_pixpllc_atomic_check()
52 p = testp + 1; in mgag200_g200eh3_pixpllc_atomic_check()
/linux-6.3-rc2/tools/testing/selftests/x86/
A Dtest_FCOMI.c183 int testp(long flags) in testp() function
320 err |= testp(0); in main()
323 err |= testp(CF|ZF|PF); in main()

Completed in 11 milliseconds