Searched refs:PUTB (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | vgasubr.c | 86 #define PUTB(reg, off, v) ddi_put8(reg->handle, reg->addr + (off), v) macro 98 PUTB(reg, indexreg, v); in vga_set_reg() 143 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() 171 PUTB(reg, indexreg, index); in vga_set_indexed() 172 PUTB(reg, datareg, val); in vga_set_indexed() 182 PUTB(reg, indexreg, index); in vga_get_indexed() [all …]
|