Lines Matching refs:outb_p
99 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
119 outb_p(status, CT82C710_STATUS); in ct82c710_open()
122 outb_p(status, CT82C710_STATUS); in ct82c710_open()
125 outb_p(status, CT82C710_STATUS); /* Enable interrupts */ in ct82c710_open()
130 outb_p(status, CT82C710_STATUS); in ct82c710_open()
145 outb_p(c, CT82C710_DATA); in ct82c710_write()
155 outb_p(0x55, 0x2fa); /* Any value except 9, ff or 36 */ in ct82c710_detect()
156 outb_p(0xaa, 0x3fa); /* Inverse of 55 */ in ct82c710_detect()
157 outb_p(0x36, 0x3fa); /* Address the chip */ in ct82c710_detect()
158 outb_p(0xe4, 0x3fa); /* 390/4; 390 = config address */ in ct82c710_detect()
159 outb_p(0x1b, 0x2fa); /* Inverse of e4 */ in ct82c710_detect()
160 outb_p(0x0f, 0x390); /* Write index */ in ct82c710_detect()
164 outb_p(0x0d, 0x390); /* Write index */ in ct82c710_detect()
168 outb_p(0x0f, 0x390); in ct82c710_detect()
169 outb_p(0x0f, 0x391); /* Close config mode */ in ct82c710_detect()