Searched defs:hmul (Results 1 - 3 of 3) sorted by relevance

/drivers/video/fbdev/core/
H A Dsvgalib.c512 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
518 value = (value * hmul) / hdiv;
523 value = (value * hmul) / hdiv;
528 value = (value * hmul) / hdiv;
533 value = (value * hmul) / hdiv;
538 value = (value * hmul) / hdiv;
543 value = (value * hmul) / hdiv;
510 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) argument
/drivers/video/fbdev/
H A Darkfb.c630 u32 value, mode, hmul, hdiv, offset_value, screen_size; local
712 hmul = 1;
778 hmul = 3;
787 hmul = 2;
794 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
795 svga_set_timings(par->state.vgabase, &ark_timing_regs, &(info->var), hmul, hdiv,
798 hmul, info->node);
802 value = ((value * hmul / hdiv) / 8) - 5;
H A Ds3fb.c616 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; local
766 hmul = 1;
834 hmul = 2;
848 hmul = 2;
862 hmul = 2;
876 hmul = 2;
900 svga_set_timings(par->state.vgabase, &s3_timing_regs, &(info->var), hmul, 1,
903 hmul, info->node);
907 htotal = ((htotal * hmul) / 8) - 5;
911 hsstart = ((info->var.xres + info->var.right_margin) * hmul) /
[all...]

Completed in 222 milliseconds