svga_pll          398 drivers/video/fbdev/arkfb.c static const struct svga_pll ics5342_pll = {3, 129, 3, 33, 0, 3,
svga_pll          402 drivers/video/fbdev/arkfb.c static const struct svga_pll ics5342_pll_pd4 = {3, 129, 3, 33, 2, 2,
svga_pll          381 drivers/video/fbdev/core/svgalib.c int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node)
svga_pll           70 drivers/video/fbdev/s3fb.c static const struct svga_pll s3_pll = {3, 129, 3, 33, 0, 3,
svga_pll           72 drivers/video/fbdev/s3fb.c static const struct svga_pll s3_trio3d_pll = {3, 129, 3, 31, 0, 4,
svga_pll           60 drivers/video/fbdev/vt8623fb.c static const struct svga_pll vt8623_pll = {2, 127, 2, 7, 0, 3,
svga_pll          118 include/linux/svga.h int svga_compute_pll(const struct svga_pll *pll, u32 f_wanted, u16 *m, u16 *n, u16 *r, int node);