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