Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c662 restoremacctrl |= IPG_MC_TX_ENABLE; in ipg_io_config()
915 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & IPG_MC_RSVD_MASK, in ipg_tx_timeout()
960 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
967 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
986 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_TX_ENABLE) & in ipg_nic_txcleanup()
1787 ipg_w32((ipg_r32(MAC_CTRL) | IPG_MC_RX_ENABLE | IPG_MC_TX_ENABLE) & in ipg_nic_open()
Dipg.h461 #define IPG_MC_TX_ENABLE 0x01000000 macro