Home
last modified time | relevance | path

Searched refs:VGA_ATR_AD (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Dvgasubr.c143 PUTB(reg, VGA_ATR_AD, i); in vga_get_atr()
147 PUTB(reg, VGA_ATR_AD, VGA_ATR_ENB_PLT); in vga_get_atr()
156 PUTB(reg, VGA_ATR_AD, i); in vga_set_atr()
157 PUTB(reg, VGA_ATR_AD, v); in vga_set_atr()
160 PUTB(reg, VGA_ATR_AD, VGA_ATR_ENB_PLT); in vga_set_atr()
/titanic_41/usr/src/uts/common/sys/
H A Dvgareg.h49 #define VGA_ATR_AD 0x00 macro