Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dvgareg.h219 #define VGA_COLOR_BASE 0x18000 /* Base of color text */ macro
/titanic_41/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c439 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in gfxp_vgatext_attach()
/titanic_41/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c557 softc->text_base = (caddr_t)softc->fb.addr + VGA_COLOR_BASE; in vgatext_attach()