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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ds3c244x.c79 int hdiv = 1; local
93 hdiv = 1;
97 hdiv = 2;
101 hdiv = (camdiv & S3C2440_CAMDIVN_HCLK4_HALF) ? 8 : 4;
105 hdiv = (camdiv & S3C2440_CAMDIVN_HCLK3_HALF) ? 6 : 3;
109 hclk = fclk / hdiv;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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
694 hdiv = 1;
736 hdiv = 2;
760 hdiv = 2;
775 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul);
776 svga_set_timings(&ark_timing_regs, &(info->var), hmul, hdiv,
783 value = ((value * hmul / hdiv) / 8) - 5;
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 98 milliseconds