Searched refs:MAC_ENABLE_TX (Results 1 – 4 of 4) sorted by relevance
45 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro56 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()
243 value |= MAC_RNABLE_RX | MAC_ENABLE_TX; in stmmac_set_mac()245 value &= ~(MAC_ENABLE_TX | MAC_RNABLE_RX); in stmmac_set_mac()
288 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro
251 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro601 value |= MAC_ENABLE_RX | MAC_ENABLE_TX; in xgmac_mac_enable()616 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()