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