Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/serio/
Dct82c710.c46 #define CT82C710_STATUS (ct82c710_iores.start + 1) macro
70 while ((inb(CT82C710_STATUS) & (CT82C710_RX_FULL | CT82C710_TX_IDLE | CT82C710_DEV_IDLE)) in ct82c170_wait()
73 if (inb_p(CT82C710_STATUS) & CT82C710_RX_FULL) inb_p(CT82C710_DATA); in ct82c170_wait()
87 outb_p(inb_p(CT82C710_STATUS) & ~(CT82C710_ENABLE | CT82C710_INTS_ON), CT82C710_STATUS); in ct82c710_close()
104 status = inb_p(CT82C710_STATUS); in ct82c710_open()
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()