Searched refs:svga_wattr (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
D | svgalib.c | 105 svga_wattr(regbase, count, count); in svga_set_default_atc_regs() 107 svga_wattr(regbase, VGA_ATC_MODE, 0x01); in svga_set_default_atc_regs() 109 svga_wattr(regbase, VGA_ATC_OVERSCAN, 0x00); in svga_set_default_atc_regs() 110 svga_wattr(regbase, VGA_ATC_PLANE_ENABLE, 0x0F); in svga_set_default_atc_regs() 111 svga_wattr(regbase, VGA_ATC_PEL, 0x00); in svga_set_default_atc_regs() 112 svga_wattr(regbase, VGA_ATC_COLOR_PAGE, 0x00); in svga_set_default_atc_regs() 162 …svga_wattr(regbase, 0x10, 0x0C); /* Attribute Mode Control Register - text mode, blinking and li… in svga_set_textmode_vga_regs() 163 svga_wattr(regbase, 0x13, 0x08); /* Horizontal Pixel Panning Register */ in svga_set_textmode_vga_regs()
|
/kernel/linux/linux-5.10/include/linux/ |
D | svga.h | 71 static inline void svga_wattr(void __iomem *regbase, u8 index, u8 data) in svga_wattr() function
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
D | s3fb.c | 693 svga_wattr(par->state.vgabase, 0x33, 0x00); in s3fb_set_par()
|