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