Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/ti/
Dcpmac.c67 #define CPMAC_TX_CONTROL 0x0004 macro
632 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_stop()
633 cpmac_read(priv->regs, CPMAC_TX_CONTROL) & ~1); in cpmac_hw_stop()
680 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_start()
681 cpmac_read(priv->regs, CPMAC_TX_CONTROL) | 1); in cpmac_hw_start()