Lines Matching refs:outb
113 outb(0x87, REG); in superio_enter()
114 outb(0x01, REG); in superio_enter()
115 outb(0x55, REG); in superio_enter()
116 outb(0x55, REG); in superio_enter()
122 outb(0x02, REG); in superio_exit()
123 outb(0x02, VAL); in superio_exit()
129 outb(LDNREG, REG); in superio_select()
130 outb(ldn, VAL); in superio_select()
135 outb(reg, REG); in superio_inb()
141 outb(reg, REG); in superio_outb()
142 outb(val, VAL); in superio_outb()
148 outb(reg++, REG); in superio_inw()
150 outb(reg, REG); in superio_inw()
157 outb(reg++, REG); in superio_outw()
158 outb(val >> 8, VAL); in superio_outw()
159 outb(reg, REG); in superio_outw()
160 outb(val, VAL); in superio_outw()