Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_pll.c900 unsigned int testp, testm, testn, testp2; in mgag200_pixpll_compute_g200ew3() local
908 for (testp2 = 1; testp2 < 8; testp2++) { in mgag200_pixpll_compute_g200ew3()
909 if (testp < testp2) in mgag200_pixpll_compute_g200ew3()
911 if ((clock * testp * testp2) > vcomax) in mgag200_pixpll_compute_g200ew3()
913 if ((clock * testp * testp2) < vcomin) in mgag200_pixpll_compute_g200ew3()
917 computed = (pllreffreq * testn) / (testm * testp * testp2); in mgag200_pixpll_compute_g200ew3()
927 s = testp2; in mgag200_pixpll_compute_g200ew3()