Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/serio/
H A Dct82c710.c34 #define CT82C710_DEV_IDLE 0x01 /* Device Idle */ macro
70 while ((inb(CT82C710_STATUS) & (CT82C710_RX_FULL | CT82C710_TX_IDLE | CT82C710_DEV_IDLE)) in ct82c170_wait()
71 != (CT82C710_DEV_IDLE | CT82C710_TX_IDLE) && timeout) { in ct82c170_wait()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds