Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/icplus/
Dipg.c644 u32 restoremacctrl; in ipg_io_config() local
650 restoremacctrl = origmacctrl | IPG_MC_STATISTICS_ENABLE; in ipg_io_config()
656 restoremacctrl |= IPG_MC_RCV_FCS; in ipg_io_config()
662 restoremacctrl |= IPG_MC_TX_ENABLE; in ipg_io_config()
665 restoremacctrl |= IPG_MC_RX_ENABLE; in ipg_io_config()
712 ipg_w32(IPG_MC_RSVD_MASK & restoremacctrl, MAC_CTRL); in ipg_io_config()