Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/vga/
H A Dvgasubr.c52 #define PUTB(reg, off, v) ddi_put8(reg->handle, reg->addr + (off), v) macro
60 #define PUTB(reg, off, v) outb(reg + (off), v) macro
108 PUTB(reg, indexreg, v); in vga_set_reg()
153 PUTB(reg, VGA_ATR_AD, i); in vga_get_atr()
157 PUTB(reg, VGA_ATR_AD, VGA_ATR_ENB_PLT); in vga_get_atr()
166 PUTB(reg, VGA_ATR_AD, i); in vga_set_atr()
167 PUTB(reg, VGA_ATR_AD, v); in vga_set_atr()
170 PUTB(reg, VGA_ATR_AD, VGA_ATR_ENB_PLT); in vga_set_atr()
181 PUTB(reg, indexreg, index); in vga_set_indexed()
182 PUTB(reg, datareg, val); in vga_set_indexed()
[all …]