Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/serio/
H A Dct82c710.c31 #define CT82C710_DEV_IDLE 0x01 /* Device Idle */ macro
67 while ((inb(CT82C710_STATUS) & (CT82C710_RX_FULL | CT82C710_TX_IDLE | CT82C710_DEV_IDLE)) in ct82c170_wait()
68 != (CT82C710_DEV_IDLE | CT82C710_TX_IDLE) && timeout) { in ct82c170_wait()