Lines Matching refs:outb
110 outb(0x87, REG); in superio_enter()
111 outb(0x01, REG); in superio_enter()
112 outb(0x55, REG); in superio_enter()
113 outb(0x55, REG); in superio_enter()
119 outb(0x02, REG); in superio_exit()
120 outb(0x02, VAL); in superio_exit()
126 outb(LDNREG, REG); in superio_select()
127 outb(ldn, VAL); in superio_select()
132 outb(reg, REG); in superio_inb()
138 outb(reg, REG); in superio_outb()
139 outb(val, VAL); in superio_outb()
145 outb(reg++, REG); in superio_inw()
147 outb(reg, REG); in superio_inw()
154 outb(reg++, REG); in superio_outw()
155 outb(val >> 8, VAL); in superio_outw()
156 outb(reg, REG); in superio_outw()
157 outb(val, VAL); in superio_outw()