Home
last modified time | relevance | path

Searched refs:svga_wattr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/video/fbdev/core/
Dsvgalib.c105 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()
162svga_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()
/linux-4.1.27/include/linux/
Dsvga.h70 static inline void svga_wattr(void __iomem *regbase, u8 index, u8 data) in svga_wattr() function
/linux-4.1.27/drivers/video/fbdev/
Ds3fb.c704 svga_wattr(par->state.vgabase, 0x33, 0x00); in s3fb_set_par()