Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h33 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */ macro
H A Dvga.c396 case VGA_CRT_DM: in vga_ioport_read()
511 case VGA_CRT_DM: in vga_ioport_write()
/openbmc/linux/include/video/
H A Dvga.h41 #define VGA_CRT_DM 0x3B5 /* CRT Controller Data Register - mono emulation */ macro
/openbmc/linux/drivers/video/console/
H A Dvgacon.c188 vga_video_port_val = VGA_CRT_DM; in vgacon_startup()