Searched refs:CT82C710_DEV_IDLE (Results 1 – 1 of 1) sorted by relevance
31 #define CT82C710_DEV_IDLE 0x01 /* Device Idle */ macro67 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()