Lines Matching refs:outb_p
84 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
104 outb_p(status, CT82C710_STATUS); in ct82c710_open()
107 outb_p(status, CT82C710_STATUS); in ct82c710_open()
110 outb_p(status, CT82C710_STATUS); /* Enable interrupts */ in ct82c710_open()
115 outb_p(status, CT82C710_STATUS); in ct82c710_open()
130 outb_p(c, CT82C710_DATA); in ct82c710_write()
140 outb_p(0x55, 0x2fa); /* Any value except 9, ff or 36 */ in ct82c710_detect()
141 outb_p(0xaa, 0x3fa); /* Inverse of 55 */ in ct82c710_detect()
142 outb_p(0x36, 0x3fa); /* Address the chip */ in ct82c710_detect()
143 outb_p(0xe4, 0x3fa); /* 390/4; 390 = config address */ in ct82c710_detect()
144 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()
145 outb_p(0x0f, 0x390); /* Write index */ in ct82c710_detect()
149 outb_p(0x0d, 0x390); /* Write index */ in ct82c710_detect()
153 outb_p(0x0f, 0x390); in ct82c710_detect()
154 outb_p(0x0f, 0x391); /* Close config mode */ in ct82c710_detect()