Home
last modified time | relevance | path

Searched refs:testn (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A Dmgag200_g200eh3.c29 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()
A Dmgag200_g200se.c126 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()
A Dmgag200_g200ew3.c36 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()
A Dmgag200_g200eh.c54 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()
A Dmgag200_g200er.c72 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()
A Dmgag200_g200ev.c60 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()
A Dmgag200_g200wb.c52 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()
A Dmgag200_g200.c78 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-6.3-rc2/drivers/usb/misc/sisusbvga/
A Dsisusbvga.c1556 u32 inc, int testn) in sisusb_check_rbc() argument
1563 for (i = 0, j = 0; i < testn; i++) { in sisusb_check_rbc()
1568 for (i = 0, j = 0; i < testn; i++) { in sisusb_check_rbc()

Completed in 20 milliseconds