Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/serio/
Dct82c710.c50 #define CT82C710_DEV_IDLE 0x01 /* Device Idle */ macro
86 while ((inb(CT82C710_STATUS) & (CT82C710_RX_FULL | CT82C710_TX_IDLE | CT82C710_DEV_IDLE)) in ct82c170_wait()
87 != (CT82C710_DEV_IDLE | CT82C710_TX_IDLE) && timeout) { in ct82c170_wait()