Searched refs:testp (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/mgag200/ |
D | mgag200_g200ew3.c | 36 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()
|
D | mgag200_g200se.c | 126 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 …]
|
D | mgag200_g200eh.c | 54 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()
|
D | mgag200_g200ev.c | 60 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()
|
D | mgag200_g200wb.c | 52 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()
|
D | mgag200_g200.c | 78 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()
|
D | mgag200_g200eh3.c | 29 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-v6.1/tools/testing/selftests/x86/ |
D | test_FCOMI.c | 183 int testp(long flags) in testp() function 320 err |= testp(0); in main() 323 err |= testp(CF|ZF|PF); in main()
|