Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/vfio/platform/reset/
Dvfio_platform_calxedaxgmac.c46 #define MAC_ENABLE_RX 0x00000004 /* Receiver Enable */ macro
56 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()
/linux-4.4.14/drivers/net/ethernet/calxeda/
Dxgmac.c252 #define MAC_ENABLE_RX 0x00000004 /* Receiver Enable */ macro
601 value |= MAC_ENABLE_RX | MAC_ENABLE_TX; in xgmac_mac_enable()
616 value &= ~(MAC_ENABLE_TX | MAC_ENABLE_RX); in xgmac_mac_disable()