Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/platform/reset/
H A Dvfio_platform_calxedaxgmac.c34 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro
45 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_lib.c276 value |= MAC_ENABLE_RX | MAC_ENABLE_TX; in stmmac_set_mac()
278 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in stmmac_set_mac()
H A Dcommon.h521 #define MAC_ENABLE_TX 0x00000008 /* Transmitter Enable */ macro
/openbmc/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()