Home
last modified time | relevance | path

Searched refs:VGA_COLOR_BASE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvgareg.h237 #define VGA_COLOR_BASE 0x18000 /* Base of color text */ macro
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_vga.c61 #define VGA_SCREEN ((uint16_t *)(VGA_MEM_ADDR + VGA_COLOR_BASE))
/illumos-gate/usr/src/boot/i386/libi386/
H A Dvbe.c94 VGA_MEM_ADDR + VGA_COLOR_BASE; in bios_set_text_mode()
310 VGA_MEM_ADDR + VGA_COLOR_BASE; in vbe_init()
H A Dvidconsole.c845 vgatext = (uint16_t *)PTOV(VGA_MEM_ADDR + VGA_COLOR_BASE); in vidc_init()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c226 vga->text_base = (caddr_t)vga->fb.addr + VGA_COLOR_BASE; in gfxp_vga_attach()