svga_compute_pll  413 drivers/video/fbdev/arkfb.c 	int rv = svga_compute_pll((DAC_PAR(info)->mode == DAC_PSEUDO8_16)
svga_compute_pll  665 drivers/video/fbdev/core/svgalib.c EXPORT_SYMBOL(svga_compute_pll);
svga_compute_pll  465 drivers/video/fbdev/s3fb.c 	rv = svga_compute_pll((par->chip == CHIP_365_TRIO3D) ? &s3_trio3d_pll : &s3_pll,
svga_compute_pll  590 drivers/video/fbdev/s3fb.c 	rv = svga_compute_pll(&s3_pll, PICOS2KHZ(var->pixclock), &m, &n, &r,
svga_compute_pll  257 drivers/video/fbdev/vt8623fb.c 	rv = svga_compute_pll(&vt8623_pll, 1000000000 / pixclock, &m, &n, &r, info->node);
svga_compute_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);