Home
last modified time | relevance | path

Searched refs:MAC_ENABLE_TX (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c241 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro
591 value |= MAC_ENABLE_RX | MAC_ENABLE_TX; in xgmac_mac_enable()
606 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()