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.c108 PUTB(reg, indexreg, v); in vga_set_reg()
153 PUTB(reg, VGA_ATR_AD, i); 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()
181 PUTB(reg, indexreg, index); in vga_set_indexed()
182 PUTB(reg, datareg, val); in vga_set_indexed()
192 PUTB(reg, indexreg, index); in vga_get_indexed()
210 PUTB(reg, VGA_DAC_WR_AD, index); in vga_put_cmap()
211 PUTB(reg, VGA_DAC_DATA, r >> 2); in vga_put_cmap()
212 PUTB(reg, VGA_DAC_DATA, g >> 2); in vga_put_cmap()
[all …]