Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/mgag200/
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()