Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_pll.c21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local
48 for (testn = feed_div_min; testn <= feed_div_max; testn++) { in mgag200_pixpll_compute_g200()
49 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_pixpll_compute_g200()
57 n = testn + 1; in mgag200_pixpll_compute_g200()
122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local
136 for (testn = 17; testn < 256; testn++) { in mgag200_pixpll_compute_g200se_00()
138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()
146 n = testn; in mgag200_pixpll_compute_g200se_00()
198 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_04() local
222 for (testn = 50; testn <= 256; testn++) { in mgag200_pixpll_compute_g200se_04()
[all …]
/Linux-v5.15/drivers/usb/misc/sisusbvga/
Dsisusb.c1614 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()