Searched refs:hmul (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/video/fbdev/core/ |
D | svgalib.c | 512 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument 518 value = (value * hmul) / hdiv; in svga_set_timings() 523 value = (value * hmul) / hdiv; in svga_set_timings() 528 value = (value * hmul) / hdiv; in svga_set_timings() 533 value = (value * hmul) / hdiv; in svga_set_timings() 538 value = (value * hmul) / hdiv; in svga_set_timings() 543 value = (value * hmul) / hdiv; in svga_set_timings()
|
/Linux-v4.19/drivers/video/fbdev/ |
D | arkfb.c | 617 u32 value, mode, hmul, hdiv, offset_value, screen_size; in arkfb_set_par() local 699 hmul = 1; in arkfb_set_par() 765 hmul = 3; in arkfb_set_par() 774 hmul = 2; in arkfb_set_par() 781 ark_set_pixclock(info, (hdiv * info->var.pixclock) / hmul); in arkfb_set_par() 782 svga_set_timings(par->state.vgabase, &ark_timing_regs, &(info->var), hmul, hdiv, in arkfb_set_par() 785 hmul, info->node); in arkfb_set_par() 789 value = ((value * hmul / hdiv) / 8) - 5; in arkfb_set_par()
|
D | s3fb.c | 605 u32 value, mode, hmul, offset_value, screen_size, multiplex, dbytes; in s3fb_set_par() local 755 hmul = 1; in s3fb_set_par() 823 hmul = 2; in s3fb_set_par() 837 hmul = 2; in s3fb_set_par() 851 hmul = 2; in s3fb_set_par() 865 hmul = 2; in s3fb_set_par() 889 svga_set_timings(par->state.vgabase, &s3_timing_regs, &(info->var), hmul, 1, in s3fb_set_par() 892 hmul, info->node); in s3fb_set_par() 896 htotal = ((htotal * hmul) / 8) - 5; in s3fb_set_par() 900 hsstart = ((info->var.xres + info->var.right_margin) * hmul) / 8; in s3fb_set_par()
|
/Linux-v4.19/include/linux/ |
D | svga.h | 120 …se, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul…
|