Searched refs:testm (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/mgag200/ |
D | mgag200_pll.c | 21 u8 testp, testm, testn; in mgag200_pixpll_compute_g200() local 47 for (testm = in_div_min; testm <= in_div_max; testm++) { in mgag200_pixpll_compute_g200() 49 computed = ref_clk * (testn + 1) / (testm + 1); in mgag200_pixpll_compute_g200() 56 m = testm + 1; in mgag200_pixpll_compute_g200() 122 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_00() local 137 for (testm = 1; testm < 32; testm++) { in mgag200_pixpll_compute_g200se_00() 138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00() 145 m = testm; in mgag200_pixpll_compute_g200se_00() 198 unsigned int testp, testm, testn; in mgag200_pixpll_compute_g200se_04() local 223 for (testm = 1; testm <= 32; testm++) { in mgag200_pixpll_compute_g200se_04() [all …]
|
/Linux-v5.15/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 884 int testm; in splitm() local 890 testm = (5 * (m1 + 2)) + (m2 + 2); in splitm() 891 if (testm == m) { in splitm() 940 u32 m1, m2, n, p1, p2, n1, testm; in calc_pll_params() local 977 for (testm = m - 1; testm <= m; testm++) { in calc_pll_params() 978 f_out = calc_vclock3(index, testm, n, p); in calc_pll_params() 979 if (splitm(index, testm, &m1, &m2)) { in calc_pll_params() 981 testm); in calc_pll_params() 990 m_best = testm; in calc_pll_params()
|