Lines Matching refs:outb
119 outb(0x87, REG); in superio_enter()
120 outb(0x01, REG); in superio_enter()
121 outb(0x55, REG); in superio_enter()
122 outb(0x55, REG); in superio_enter()
128 outb(0x02, REG); in superio_exit()
129 outb(0x02, VAL); in superio_exit()
135 outb(LDNREG, REG); in superio_select()
136 outb(ldn, VAL); in superio_select()
141 outb(reg, REG); in superio_inb()
147 outb(reg, REG); in superio_outb()
148 outb(val, VAL); in superio_outb()
154 outb(reg++, REG); in superio_inw()
156 outb(reg, REG); in superio_inw()
163 outb(reg++, REG); in superio_outw()
164 outb(val >> 8, VAL); in superio_outw()
165 outb(reg, REG); in superio_outw()
166 outb(val, VAL); in superio_outw()