Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/
H A Dvgasubr.c138 vga_get_atr(struct vgaregmap *reg, int i) in vga_get_atr() function
256 printf("%2x ", vga_get_atr(reg, i+j)); in vga_dump_regs()
260 printf("%2x ", vga_get_atr(reg, i+j)); in vga_dump_regs()
/titanic_44/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c1157 atr_mode = vga_get_atr(&softc->regs, VGA_ATR_MODE); in vgatext_init()
1160 atr_mode = vga_get_atr(&softc->regs, VGA_ATR_MODE); in vgatext_init()
1166 vga_get_atr(&softc->regs, VGA_BRIGHT_WHITE)); in vgatext_init()
1169 vga_get_atr(&softc->regs, VGA_BLACK)); in vgatext_init()
1179 vga_get_atr(&softc->regs, VGA_BLACK)); in vgatext_init_graphics()
1236 softc->attrib_palette[i] = vga_get_atr(&softc->regs, i); in vgatext_save_colormap()
/titanic_44/usr/src/uts/common/sys/
H A Dvgasubr.h50 extern int vga_get_atr(struct vgaregmap *reg, int i);
/titanic_44/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c1283 atr_mode = vga_get_atr(&softc->regs, VGA_ATR_MODE); in vgatext_init()
1286 atr_mode = vga_get_atr(&softc->regs, VGA_ATR_MODE); in vgatext_init()
1292 vga_get_atr(&softc->regs, VGA_BRIGHT_WHITE)); in vgatext_init()
1295 vga_get_atr(&softc->regs, VGA_BLACK)); in vgatext_init()
1305 vga_get_atr(&softc->regs, VGA_BLACK)); in vgatext_init_graphics()
1404 softc->attrib_palette[i] = vga_get_atr(&softc->regs, i); in vgatext_save_colormap()