Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c643 u32 origmacctrl; in ipg_io_config() local
648 origmacctrl = ipg_r32(MAC_CTRL); in ipg_io_config()
650 restoremacctrl = origmacctrl | IPG_MC_STATISTICS_ENABLE; in ipg_io_config()
661 if (origmacctrl & IPG_MC_TX_ENABLED) in ipg_io_config()
664 if (origmacctrl & IPG_MC_RX_ENABLED) in ipg_io_config()
670 ipg_w32((origmacctrl & (IPG_MC_RX_DISABLE | IPG_MC_TX_DISABLE)) & in ipg_io_config()
676 ipg_w32((origmacctrl & IPG_MC_IFS_96BIT) & IPG_MC_RSVD_MASK, MAC_CTRL); in ipg_io_config()