Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/mgag200/
Dmgag200_pll.c119 static const unsigned int pllreffreq = 25000; in mgag200_pixpll_compute_g200se_00() local
138 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_00()
194 static const unsigned int pllreffreq = 25000; in mgag200_pixpll_compute_g200se_04() local
224 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200se_04()
240 fvv = pllreffreq * n / m; in mgag200_pixpll_compute_g200se_04()
305 static const unsigned int pllreffreq = 48000; in mgag200_pixpll_compute_g200wb() local
323 computed = (pllreffreq * testn) / (testm * testp); in mgag200_pixpll_compute_g200wb()
478 static const unsigned int pllreffreq = 50000; in mgag200_pixpll_compute_g200ev() local
496 computed = (pllreffreq * testn) / in mgag200_pixpll_compute_g200ev()
603 static const unsigned int pllreffreq = 33333; in mgag200_pixpll_compute_g200eh() local
[all …]