Searched refs:testn (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/mgag200/ |
D | mgag200_g200eh3.c | 29 unsigned int testp, testm, testn; in mgag200_g200eh3_pixpllc_atomic_check() local 42 for (testn = 120; testn >= 60; testn--) { in mgag200_g200eh3_pixpllc_atomic_check() 43 computed = (pllreffreq * testn) / testm; in mgag200_g200eh3_pixpllc_atomic_check() 50 n = testn + 1; in mgag200_g200eh3_pixpllc_atomic_check()
|
D | mgag200_g200se.c | 126 unsigned int testp, testm, testn; in mgag200_g200se_00_pixpllc_atomic_check() local 140 for (testn = 17; testn < 256; testn++) { in mgag200_g200se_00_pixpllc_atomic_check() 142 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check() 150 n = testn; in mgag200_g200se_00_pixpllc_atomic_check() 210 unsigned int testp, testm, testn; in mgag200_g200se_04_pixpllc_atomic_check() local 234 for (testn = 50; testn <= 256; testn++) { in mgag200_g200se_04_pixpllc_atomic_check() 236 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_04_pixpllc_atomic_check() 245 n = testn; in mgag200_g200se_04_pixpllc_atomic_check()
|
D | mgag200_g200ew3.c | 36 unsigned int testp, testm, testn, testp2; in mgag200_g200ew3_pixpllc_atomic_check() local 52 for (testn = 32; testn < 2048 ; testn++) { in mgag200_g200ew3_pixpllc_atomic_check() 53 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check() 61 n = testn + 1; in mgag200_g200ew3_pixpllc_atomic_check()
|
D | mgag200_g200eh.c | 54 unsigned int testp, testm, testn; in mgag200_g200eh_pixpllc_atomic_check() local 68 for (testn = 17; testn < 257; testn++) { in mgag200_g200eh_pixpllc_atomic_check() 69 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check() 76 n = testn; in mgag200_g200eh_pixpllc_atomic_check()
|
D | mgag200_g200ev.c | 60 unsigned int testp, testm, testn; in mgag200_g200ev_pixpllc_atomic_check() local 73 for (testn = 1; testn < 257; testn++) { in mgag200_g200ev_pixpllc_atomic_check() 75 computed = (pllreffreq * testn) / in mgag200_g200ev_pixpllc_atomic_check() 83 n = testn; in mgag200_g200ev_pixpllc_atomic_check()
|
D | mgag200_g200er.c | 72 int testr, testn, testm, testo; in mgag200_g200er_pixpllc_atomic_check() local 82 for (testn = 5; testn < 129; testn++) { in mgag200_g200er_pixpllc_atomic_check() 89 vco = pllreffreq * (testn + 1) / in mgag200_g200er_pixpllc_atomic_check() 103 n = testn + 1; in mgag200_g200er_pixpllc_atomic_check()
|
D | mgag200_g200wb.c | 52 unsigned int testp, testm, testn; in mgag200_g200wb_pixpllc_atomic_check() local 66 for (testn = 1; testn < 151; testn++) { in mgag200_g200wb_pixpllc_atomic_check() 67 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check() 74 n = testn; in mgag200_g200wb_pixpllc_atomic_check()
|
D | mgag200_g200.c | 78 u8 testp, testm, testn; in mgag200_g200_pixpllc_atomic_check() local 105 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_g200_pixpllc_atomic_check() 106 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_pixpllc_atomic_check() 114 n = testn + 1; in mgag200_g200_pixpllc_atomic_check()
|
/Linux-v6.1/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 1614 u32 inc, int testn) in sisusb_check_rbc() argument 1621 for (i = 0, j = 0; i < testn; i++) { in sisusb_check_rbc() 1626 for (i = 0, j = 0; i < testn; i++) { in sisusb_check_rbc()
|