Searched refs:TXENABLE (Results 1 – 4 of 4) sorted by relevance
26 #define TXENABLE 0x00000008 macro417 value |= RXENABLE | TXENABLE; in xgmac_init()488 value &= ~(RXENABLE | TXENABLE); in xgmac_halt()
48 #define TXENABLE (1 << 3) macro
269 writel(readl(&mac_p->conf) & ~(RXENABLE | TXENABLE), &mac_p->conf); in _dw_eth_halt()341 writel(readl(&mac_p->conf) | RXENABLE | TXENABLE, &mac_p->conf); in designware_eth_enable()
391 #define TXENABLE 0x02 macro2211 write_reg(info, CMD, TXENABLE); in isr_txeom()4184 write_reg(info, CMD, TXENABLE); in tx_start()