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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dsvgalib.c492 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
498 value = (value * hmul) / hdiv;
503 value = (value * hmul) / hdiv;
508 value = (value * hmul) / hdiv;
513 value = (value * hmul) / hdiv;
518 value = (value * hmul) / hdiv;
523 value = (value * hmul) / hdiv;
491 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.c612 u32 value, mode, hmul, hdiv, offset_value, screen_size; local
694 hmul = 1;
760 hmul = 3;
769 hmul = 2;
776 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
777 svga_set_timings(&ark_timing_regs, &(info->var), hmul, hdiv,
780 hmul, info->node);
784 value = ((value * hmul / hdiv) / 8) - 5;
H A Ds3fb.c471 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; local
601 hmul = 1;
668 hmul = 2;
684 hmul = 2;
708 svga_set_timings(&s3_timing_regs, &(info->var), hmul, 1,
711 hmul, info->node);
715 value = ((value * hmul) / 8) - 5;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dsvgalib.c492 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node)
498 value = (value * hmul) / hdiv;
503 value = (value * hmul) / hdiv;
508 value = (value * hmul) / hdiv;
513 value = (value * hmul) / hdiv;
518 value = (value * hmul) / hdiv;
523 value = (value * hmul) / hdiv;
491 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.c612 u32 value, mode, hmul, hdiv, offset_value, screen_size; local
694 hmul = 1;
760 hmul = 3;
769 hmul = 2;
776 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
777 svga_set_timings(&ark_timing_regs, &(info->var), hmul, hdiv,
780 hmul, info->node);
784 value = ((value * hmul / hdiv) / 8) - 5;
H A Ds3fb.c471 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; local
601 hmul = 1;
668 hmul = 2;
684 hmul = 2;
708 svga_set_timings(&s3_timing_regs, &(info->var), hmul, 1,
711 hmul, info->node);
715 value = ((value * hmul) / 8) - 5;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsvga.h119 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsvga.h119 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 101 milliseconds