Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvga_regs.h52 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */ macro
H A Dvga.c392 case VGA_CRT_IM: in vga_ioport_read()
507 case VGA_CRT_IM: in vga_ioport_write()
/openbmc/linux/include/video/
H A Dvga.h60 #define VGA_CRT_IM 0x3B4 /* CRT Controller Index - mono emulation */ macro
/openbmc/linux/drivers/video/console/
H A Dvgacon.c187 vga_video_port_reg = VGA_CRT_IM; in vgacon_startup()