Lines Matching refs:outb_p
103 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
123 outb_p(status, CT82C710_STATUS); in ct82c710_open()
126 outb_p(status, CT82C710_STATUS); in ct82c710_open()
129 outb_p(status, CT82C710_STATUS); /* Enable interrupts */ in ct82c710_open()
134 outb_p(status, CT82C710_STATUS); in ct82c710_open()
149 outb_p(c, CT82C710_DATA); in ct82c710_write()
159 outb_p(0x55, 0x2fa); /* Any value except 9, ff or 36 */ in ct82c710_detect()
160 outb_p(0xaa, 0x3fa); /* Inverse of 55 */ in ct82c710_detect()
161 outb_p(0x36, 0x3fa); /* Address the chip */ in ct82c710_detect()
162 outb_p(0xe4, 0x3fa); /* 390/4; 390 = config address */ in ct82c710_detect()
163 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()
164 outb_p(0x0f, 0x390); /* Write index */ in ct82c710_detect()
168 outb_p(0x0d, 0x390); /* Write index */ in ct82c710_detect()
172 outb_p(0x0f, 0x390); in ct82c710_detect()
173 outb_p(0x0f, 0x391); /* Close config mode */ in ct82c710_detect()