Lines Matching refs:outb_p
87 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
107 outb_p(status, CT82C710_STATUS); in ct82c710_open()
110 outb_p(status, CT82C710_STATUS); in ct82c710_open()
113 outb_p(status, CT82C710_STATUS); /* Enable interrupts */ in ct82c710_open()
118 outb_p(status, CT82C710_STATUS); in ct82c710_open()
133 outb_p(c, CT82C710_DATA); in ct82c710_write()
143 outb_p(0x55, 0x2fa); /* Any value except 9, ff or 36 */ in ct82c710_detect()
144 outb_p(0xaa, 0x3fa); /* Inverse of 55 */ in ct82c710_detect()
145 outb_p(0x36, 0x3fa); /* Address the chip */ in ct82c710_detect()
146 outb_p(0xe4, 0x3fa); /* 390/4; 390 = config address */ in ct82c710_detect()
147 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()
148 outb_p(0x0f, 0x390); /* Write index */ in ct82c710_detect()
152 outb_p(0x0d, 0x390); /* Write index */ in ct82c710_detect()
156 outb_p(0x0f, 0x390); in ct82c710_detect()
157 outb_p(0x0f, 0x391); /* Close config mode */ in ct82c710_detect()