Lines Matching refs:PUTB
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()
200 PUTB(reg, VGA_DAC_WR_AD, index); in vga_put_cmap()
201 PUTB(reg, VGA_DAC_DATA, r >> 2); in vga_put_cmap()
202 PUTB(reg, VGA_DAC_DATA, g >> 2); in vga_put_cmap()
203 PUTB(reg, VGA_DAC_DATA, b >> 2); in vga_put_cmap()
214 PUTB(reg, VGA_DAC_RD_AD, index); in vga_get_cmap()