Searched refs:EMAC_MR0_TXE (Results 1 – 2 of 2) sorted by relevance
106 #define EMAC_MR0_TXE 0x10000000 macro
220 if (!(r & EMAC_MR0_TXE)) in emac_tx_enable()221 out_be32(&p->mr0, r | EMAC_MR0_TXE); in emac_tx_enable()232 if (r & EMAC_MR0_TXE) { in emac_tx_disable()234 out_be32(&p->mr0, r & ~EMAC_MR0_TXE); in emac_tx_disable()