Searched refs:CPMAC_RX_CONTROL (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/ti/
H A Dcpmac.c67 #define CPMAC_RX_CONTROL 0x0014 macro
630 cpmac_write(priv->regs, CPMAC_RX_CONTROL, cpmac_hw_stop()
631 cpmac_read(priv->regs, CPMAC_RX_CONTROL) & ~1); cpmac_hw_stop()
678 cpmac_write(priv->regs, CPMAC_RX_CONTROL, cpmac_hw_start()
679 cpmac_read(priv->regs, CPMAC_RX_CONTROL) | 1); cpmac_hw_start()

Completed in 193 milliseconds