Home
last modified time | relevance | path

Searched refs:testp2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/
H A Dmgag200_g200ew3.c36 unsigned int testp, testm, testn, testp2; in mgag200_g200ew3_pixpllc_atomic_check() local
44 for (testp2 = 1; testp2 < 8; testp2++) { in mgag200_g200ew3_pixpllc_atomic_check()
45 if (testp < testp2) in mgag200_g200ew3_pixpllc_atomic_check()
47 if ((clock * testp * testp2) > vcomax) in mgag200_g200ew3_pixpllc_atomic_check()
49 if ((clock * testp * testp2) < vcomin) in mgag200_g200ew3_pixpllc_atomic_check()
53 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_g200ew3_pixpllc_atomic_check()
63 s = testp2; in mgag200_g200ew3_pixpllc_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c312 unsigned int testp, testm, testn, testp2; in mga_g200wb_set_plls() local
330 for (testp2 = 1; testp2 < 8; testp2++) { in mga_g200wb_set_plls()
331 if (testp < testp2) in mga_g200wb_set_plls()
333 if ((clock * testp * testp2) > vcomax) in mga_g200wb_set_plls()
335 if ((clock * testp * testp2) < vcomin) in mga_g200wb_set_plls()
340 (testm * testp * testp2); in mga_g200wb_set_plls()
351 (testp2 << 3) | in mga_g200wb_set_plls()

Completed in 3 milliseconds