vmul              512 drivers/video/fbdev/core/svgalib.c 		      u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
vmul              548 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              553 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              558 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              563 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              568 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              573 drivers/video/fbdev/core/svgalib.c 	value = (value * vmul) / vdiv;
vmul              120 include/linux/svga.h void svga_set_timings(void __iomem *regbase, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);