Home
last modified time | relevance | path

Searched refs:VGA_SR02_ALL_PLANES (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvga_regs.h142 #define VGA_SR02_ALL_PLANES 0x0F /* bits 3-0: enable access to all planes */ macro
H A Dvga.c154 if ((sr(s, VGA_SEQ_PLANE_WRITE) & VGA_SR02_ALL_PLANES) == in vga_update_memory_access()
155 VGA_SR02_ALL_PLANES && sr(s, VGA_SEQ_MEMORY_MODE) & VGA_SR04_CHN_4M) { in vga_update_memory_access()
672 s->sr_vbe[VGA_SEQ_PLANE_WRITE] |= VGA_SR02_ALL_PLANES; in vbe_update_vgaregs()
/openbmc/linux/include/video/
H A Dvga.h148 #define VGA_SR02_ALL_PLANES 0x0F /* bits 3-0: enable access to all planes */ macro
/openbmc/linux/drivers/video/fbdev/core/
H A Dsvgalib.c124 vga_wseq(regbase, VGA_SEQ_PLANE_WRITE, VGA_SR02_ALL_PLANES); in svga_set_default_seq_regs()