Home
last modified time | relevance | path

Searched refs:CT82C710_STATUS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/serio/
H A Dct82c710.c43 #define CT82C710_STATUS (ct82c710_iores.start + 1) macro
67 while ((inb(CT82C710_STATUS) & (CT82C710_RX_FULL | CT82C710_TX_IDLE | CT82C710_DEV_IDLE)) in ct82c170_wait()
70 if (inb_p(CT82C710_STATUS) & CT82C710_RX_FULL) inb_p(CT82C710_DATA); in ct82c170_wait()
84 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
101 status = inb_p(CT82C710_STATUS); in ct82c710_open()
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()