Lines Matching refs:outb
182 outb(0x87, REG); in superio_enter()
183 outb(0x01, REG); in superio_enter()
184 outb(0x55, REG); in superio_enter()
185 outb(0x55, REG); in superio_enter()
191 outb(0x02, REG); in superio_exit()
192 outb(0x02, VAL); in superio_exit()
198 outb(LDNREG, REG); in superio_select()
199 outb(ldn, VAL); in superio_select()
204 outb(reg, REG); in superio_inb()
210 outb(reg, REG); in superio_outb()
211 outb(val, VAL); in superio_outb()
217 outb(reg++, REG); in superio_inw()
219 outb(reg, REG); in superio_inw()
226 outb(reg++, REG); in superio_outw()
227 outb(val >> 8, VAL); in superio_outw()
228 outb(reg, REG); in superio_outw()
229 outb(val, VAL); in superio_outw()
270 outb(0x55, CIR_DR(base)); in wdt_keepalive()
728 outb(0x00, CIR_RCR(base)); in it87_wdt_init()
729 outb(0xc0, CIR_TCR1(base)); in it87_wdt_init()
730 outb(0x5c, CIR_TCR2(base)); in it87_wdt_init()
731 outb(0x10, CIR_IER(base)); in it87_wdt_init()
732 outb(0x00, CIR_BDHR(base)); in it87_wdt_init()
733 outb(0x01, CIR_BDLR(base)); in it87_wdt_init()
734 outb(0x09, CIR_IER(base)); in it87_wdt_init()