Searched refs:hmul (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsvgalib.c493 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
499 value = (value * hmul) / hdiv;
504 value = (value * hmul) / hdiv;
509 value = (value * hmul) / hdiv;
514 value = (value * hmul) / hdiv;
519 value = (value * hmul) / hdiv;
524 value = (value * hmul) / hdiv;
492 svga_set_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) argument
H A Darkfb.c611 u32 value, mode, hmul, hdiv, offset_value, screen_size; local
693 hmul = 1;
759 hmul = 3;
768 hmul = 2;
775 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
776 svga_set_timings(&ark_timing_regs, &(info->var), hmul, hdiv,
779 hmul, info->node);
783 value = ((value * hmul / hdiv) / 8) - 5;
H A Ds3fb.c447 u32 value, mode, hmul, offset_value, screen_size, multiplex; local
563 hmul = 1;
625 hmul = 2;
638 hmul = 2;
662 svga_set_timings(&s3_timing_regs, &(info->var), hmul, 1,
665 hmul, info->node);
669 value = ((value * hmul) / 8) - 5;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsvga.h121 void svga_set_timings(const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node);

Completed in 94 milliseconds