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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/char/
H A Dkeyb_ps2.c42 #define TX_DONE 0 macro
263 tx_state = TX_DONE;
267 case TX_DONE:
270 } while (tries > 0 && tx_state != TX_DONE);
301 tx_state = TX_DONE;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Deth16i.c203 #define TX_DONE BIT(7) macro
986 inw(ioaddr + TX_STATUS_REG), (inb(ioaddr + TX_STATUS_REG) & TX_DONE) ?
1234 if(status & TX_DONE) { /* The transmit has been done */

Completed in 45 milliseconds