Searched refs:TXFIFO_TEMPTY (Results 1 – 3 of 3) sorted by relevance
540 #define TXFIFO_TEMPTY 0x80 /* TX FIFO Empty */ macro
648 #define TXFIFO_TEMPTY 0x80 // TX FIFO Empty macro
712 if (unlikely(packet_no & TXFIFO_TEMPTY)) { in smc_tx()