Searched refs:svga_wcrt_multi (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| H A D | svgalib.c | 24 void svga_wcrt_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value) in svga_wcrt_multi() function 516 svga_wcrt_multi(regbase, tm->h_total_regs, (value / 8) - 5); in svga_set_timings() 521 svga_wcrt_multi(regbase, tm->h_display_regs, (value / 8) - 1); in svga_set_timings() 526 svga_wcrt_multi(regbase, tm->h_blank_start_regs, (value / 8) - 1 + hborder); in svga_set_timings() 531 svga_wcrt_multi(regbase, tm->h_blank_end_regs, (value / 8) - 1 - hborder); in svga_set_timings() 536 svga_wcrt_multi(regbase, tm->h_sync_start_regs, (value / 8)); in svga_set_timings() 541 svga_wcrt_multi(regbase, tm->h_sync_end_regs, (value / 8)); in svga_set_timings() 546 svga_wcrt_multi(regbase, tm->v_total_regs, value - 2); in svga_set_timings() 551 svga_wcrt_multi(regbase, tm->v_display_regs, value - 1); in svga_set_timings() 556 svga_wcrt_multi(regbase, tm->v_blank_start_regs, value); in svga_set_timings() [all …]
|
| /linux/include/linux/ |
| H A D | svga.h | 100 void svga_wcrt_multi(void __iomem *regbase, const struct vga_regset *regset, u32 value);
|