Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200ew3.c37 unsigned int testp, testm, testn, testp2; in mgag200_g200ew3_pixpllc_atomic_check() local
44 for (testp = 1; testp < 8; testp++) { in mgag200_g200ew3_pixpllc_atomic_check()
46 if (testp < testp2) in mgag200_g200ew3_pixpllc_atomic_check()
48 if ((clock * testp * testp2) > vcomax) in mgag200_g200ew3_pixpllc_atomic_check()
50 if ((clock * testp * testp2) < vcomin) in mgag200_g200ew3_pixpllc_atomic_check()
54 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
63 p = testp + 1; in mgag200_g200ew3_pixpllc_atomic_check()
H A Dmgag200_g200se.c127 unsigned int testp, testm, testn; in mgag200_g200se_00_pixpllc_atomic_check() local
135 for (testp = 8; testp > 0; testp /= 2) { in mgag200_g200se_00_pixpllc_atomic_check()
136 if (clock * testp > vcomax) in mgag200_g200se_00_pixpllc_atomic_check()
138 if (clock * testp < vcomin) in mgag200_g200se_00_pixpllc_atomic_check()
143 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
152 p = testp; in mgag200_g200se_00_pixpllc_atomic_check()
211 unsigned int testp, testm, testn; in mgag200_g200se_04_pixpllc_atomic_check() local
228 testp = pvalues_e4[i]; in mgag200_g200se_04_pixpllc_atomic_check()
230 if ((clock * testp) > vcomax) in mgag200_g200se_04_pixpllc_atomic_check()
232 if ((clock * testp) < vcomin) in mgag200_g200se_04_pixpllc_atomic_check()
[all …]
H A Dmgag200_g200eh.c55 unsigned int testp, testm, testn; in mgag200_g200eh_pixpllc_atomic_check() local
62 for (testp = 16; testp > 0; testp >>= 1) { in mgag200_g200eh_pixpllc_atomic_check()
63 if (clock * testp > vcomax) in mgag200_g200eh_pixpllc_atomic_check()
65 if (clock * testp < vcomin) in mgag200_g200eh_pixpllc_atomic_check()
70 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check()
79 p = testp; in mgag200_g200eh_pixpllc_atomic_check()
H A Dmgag200_g200wb.c53 unsigned int testp, testm, testn; in mgag200_g200wb_pixpllc_atomic_check() local
60 for (testp = 1; testp < 9; testp++) { in mgag200_g200wb_pixpllc_atomic_check()
61 if (clock * testp > vcomax) in mgag200_g200wb_pixpllc_atomic_check()
63 if (clock * testp < vcomin) in mgag200_g200wb_pixpllc_atomic_check()
68 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check()
77 p = testp; in mgag200_g200wb_pixpllc_atomic_check()
H A Dmgag200_g200ev.c61 unsigned int testp, testm, testn; in mgag200_g200ev_pixpllc_atomic_check() local
68 for (testp = 16; testp > 0; testp--) { in mgag200_g200ev_pixpllc_atomic_check()
69 if (clock * testp > vcomax) in mgag200_g200ev_pixpllc_atomic_check()
71 if (clock * testp < vcomin) in mgag200_g200ev_pixpllc_atomic_check()
77 (testm * testp); in mgag200_g200ev_pixpllc_atomic_check()
86 p = testp; in mgag200_g200ev_pixpllc_atomic_check()
H A Dmgag200_g200.c79 u8 testp, testm, testn; in mgag200_g200_pixpllc_atomic_check() local
97 for (testp = 0; in mgag200_g200_pixpllc_atomic_check()
98 testp <= post_div_max && f_vco < p_clk_min; in mgag200_g200_pixpllc_atomic_check()
99 testp = (testp << 1) + 1, f_vco <<= 1) in mgag200_g200_pixpllc_atomic_check()
101 p = testp + 1; in mgag200_g200_pixpllc_atomic_check()
H A Dmgag200_g200eh3.c30 unsigned int testp, testm, testn; in mgag200_g200eh3_pixpllc_atomic_check() local
36 testp = 0; in mgag200_g200eh3_pixpllc_atomic_check()
53 p = testp + 1; in mgag200_g200eh3_pixpllc_atomic_check()
/linux/tools/testing/selftests/x86/
H 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()