Home
last modified time | relevance | path

Searched refs:VGA_ATC_PLANE_ENABLE (Results 1 – 6 of 6) sorted by relevance

/linux/include/video/
H A Dvga.h132 #define VGA_ATC_PLANE_ENABLE 0x12 macro
/linux/drivers/video/fbdev/core/
H A Dsvgalib.c111 svga_wattr(regbase, VGA_ATC_PLANE_ENABLE, 0x0F); in svga_set_default_atc_regs()
/linux/drivers/video/console/
H A Dvgacon.c958 vga_wattr(state->vgabase, VGA_ATC_PLANE_ENABLE, ch512 ? 0x07 : 0x0f); in vgacon_do_font_op()
/linux/drivers/video/fbdev/
H A Di740fb.c558 par->atc[VGA_ATC_PLANE_ENABLE] = 0x0F; in i740fb_decode_var()
H A Dvga16fb.c581 atc[VGA_ATC_PLANE_ENABLE] = 0x0F; in vga16fb_set_par()
H A Dcirrusfb.c1653 vga_wattr(cinfo->regbase, VGA_ATC_PLANE_ENABLE, 0x0f); in init_vgachip()