Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_g200eh3.c30 unsigned int testp, testm, testn; in mgag200_g200eh3_pixpllc_atomic_check() local
43 for (testn = 120; testn >= 60; testn--) { in mgag200_g200eh3_pixpllc_atomic_check()
44 computed = (pllreffreq * testn) / testm; in mgag200_g200eh3_pixpllc_atomic_check()
51 n = testn + 1; in mgag200_g200eh3_pixpllc_atomic_check()
H A Dmgag200_g200se.c127 unsigned int testp, testm, testn; in mgag200_g200se_00_pixpllc_atomic_check() local
141 for (testn = 17; testn < 256; testn++) { in mgag200_g200se_00_pixpllc_atomic_check()
143 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_00_pixpllc_atomic_check()
151 n = testn; in mgag200_g200se_00_pixpllc_atomic_check()
211 unsigned int testp, testm, testn; in mgag200_g200se_04_pixpllc_atomic_check() local
235 for (testn = 50; testn <= 256; testn++) { in mgag200_g200se_04_pixpllc_atomic_check()
237 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200se_04_pixpllc_atomic_check()
246 n = testn; in mgag200_g200se_04_pixpllc_atomic_check()
H A Dmgag200_g200ew3.c37 unsigned int testp, testm, testn, testp2; in mgag200_g200ew3_pixpllc_atomic_check() local
53 for (testn = 32; testn < 2048 ; testn++) { in mgag200_g200ew3_pixpllc_atomic_check()
54 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
62 n = testn + 1; in mgag200_g200ew3_pixpllc_atomic_check()
H A Dmgag200_g200eh.c55 unsigned int testp, testm, testn; in mgag200_g200eh_pixpllc_atomic_check() local
69 for (testn = 17; testn < 257; testn++) { in mgag200_g200eh_pixpllc_atomic_check()
70 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200eh_pixpllc_atomic_check()
77 n = testn; in mgag200_g200eh_pixpllc_atomic_check()
H A Dmgag200_g200wb.c53 unsigned int testp, testm, testn; in mgag200_g200wb_pixpllc_atomic_check() local
67 for (testn = 1; testn < 151; testn++) { in mgag200_g200wb_pixpllc_atomic_check()
68 computed = (pllreffreq * testn) / (testm * testp); in mgag200_g200wb_pixpllc_atomic_check()
75 n = testn; in mgag200_g200wb_pixpllc_atomic_check()
H A Dmgag200_g200er.c73 int testr, testn, testm, testo; in mgag200_g200er_pixpllc_atomic_check() local
83 for (testn = 5; testn < 129; testn++) { in mgag200_g200er_pixpllc_atomic_check()
90 vco = pllreffreq * (testn + 1) / in mgag200_g200er_pixpllc_atomic_check()
104 n = testn + 1; in mgag200_g200er_pixpllc_atomic_check()
H A Dmgag200_g200ev.c61 unsigned int testp, testm, testn; in mgag200_g200ev_pixpllc_atomic_check() local
74 for (testn = 1; testn < 257; testn++) { in mgag200_g200ev_pixpllc_atomic_check()
76 computed = (pllreffreq * testn) / in mgag200_g200ev_pixpllc_atomic_check()
84 n = testn; in mgag200_g200ev_pixpllc_atomic_check()
H A Dmgag200_g200.c79 u8 testp, testm, testn; in mgag200_g200_pixpllc_atomic_check() local
106 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_g200_pixpllc_atomic_check()
107 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_g200_pixpllc_atomic_check()
115 n = testn + 1; in mgag200_g200_pixpllc_atomic_check()
/linux/drivers/usb/misc/sisusbvga/
H 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()