Searched refs:VGA_COLOR_BASE (Results 1 – 5 of 5) sorted by relevance
237 #define VGA_COLOR_BASE 0x18000 /* Base of color text */ macro
61 #define VGA_SCREEN ((uint16_t *)(VGA_MEM_ADDR + VGA_COLOR_BASE))
94 VGA_MEM_ADDR + VGA_COLOR_BASE; in bios_set_text_mode()310 VGA_MEM_ADDR + VGA_COLOR_BASE; in vbe_init()
845 vgatext = (uint16_t *)PTOV(VGA_MEM_ADDR + VGA_COLOR_BASE); in vidc_init()
226 vga->text_base = (caddr_t)vga->fb.addr + VGA_COLOR_BASE; in gfxp_vga_attach()