Searched refs:hmul (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 508 u32 hmul, u32 hdiv, u32 vmul, u32 vdiv, u32 hborder, int node) in svga_set_timings() argument 514 value = (value * hmul) / hdiv; in svga_set_timings() 519 value = (value * hmul) / hdiv; in svga_set_timings() 524 value = (value * hmul) / hdiv; in svga_set_timings() 529 value = (value * hmul) / hdiv; in svga_set_timings() 534 value = (value * hmul) / hdiv; in svga_set_timings() 539 value = (value * hmul) / hdiv; in svga_set_timings()
|
| /linux/include/linux/ |
| H A D | svga.h | 120 …se, const struct svga_timing_regs *tm, struct fb_var_screeninfo *var, u32 hmul, u32 hdiv, u32 vmul…
|