hmul              617 drivers/video/fbdev/arkfb.c 	u32 value, mode, hmul, hdiv, offset_value, screen_size;
hmul              699 drivers/video/fbdev/arkfb.c 	hmul = 1;
hmul              765 drivers/video/fbdev/arkfb.c 		hmul = 3;
hmul              774 drivers/video/fbdev/arkfb.c 		hmul = 2;
hmul              781 drivers/video/fbdev/arkfb.c 	ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
hmul              782 drivers/video/fbdev/arkfb.c 	svga_set_timings(par->state.vgabase, &ark_timing_regs, &(info->var), hmul, hdiv,
hmul              785 drivers/video/fbdev/arkfb.c 			  hmul, info->node);
hmul              789 drivers/video/fbdev/arkfb.c 	value = ((value * hmul / hdiv) / 8) - 5;
hmul              512 drivers/video/fbdev/core/svgalib.c 		      u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
hmul              518 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              523 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              528 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              533 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              538 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              543 drivers/video/fbdev/core/svgalib.c 	value = (value * hmul) / hdiv;
hmul              605 drivers/video/fbdev/s3fb.c 	u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes;
hmul              755 drivers/video/fbdev/s3fb.c 	hmul = 1;
hmul              823 drivers/video/fbdev/s3fb.c 				hmul = 2;
hmul              837 drivers/video/fbdev/s3fb.c 				hmul = 2;
hmul              851 drivers/video/fbdev/s3fb.c 				hmul = 2;
hmul              865 drivers/video/fbdev/s3fb.c 				hmul = 2;
hmul              889 drivers/video/fbdev/s3fb.c 	svga_set_timings(par->state.vgabase, &s3_timing_regs, &(info->var), hmul, 1,
hmul              892 drivers/video/fbdev/s3fb.c 			 hmul, info->node);
hmul              896 drivers/video/fbdev/s3fb.c 	htotal = ((htotal * hmul) / 8) - 5;
hmul              900 drivers/video/fbdev/s3fb.c 	hsstart = ((info->var.xres + info->var.right_margin) * hmul) / 8;
hmul              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);