Home
last modified time | relevance | path

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

/drivers/video/fbdev/matrox/
Dmatroxfb_misc.h8 int matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int f…
15 return matroxfb_PLL_calcclock(&minfo->features.pll, freq, fmax, in, feed, post); in PLL_calcclock()
Dmatroxfb_misc.c129 int matroxfb_PLL_calcclock(const struct matrox_pll_features* pll, unsigned int freq, unsigned int f… in matroxfb_PLL_calcclock() function
812 EXPORT_SYMBOL(matroxfb_PLL_calcclock);
Dmatroxfb_maven.c326 fvco = matroxfb_PLL_calcclock(&maven_pll, freq, fmax, in, feed, &p); in DAC1064_calcclock()