Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dcpmac.c55 #define CPMAC_TX_CONTROL 0x0004 macro
620 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_stop()
621 cpmac_read(priv->regs, CPMAC_TX_CONTROL) & ~1); in cpmac_hw_stop()
668 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_start()
669 cpmac_read(priv->regs, CPMAC_TX_CONTROL) | 1); in cpmac_hw_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dcpmac.c55 #define CPMAC_TX_CONTROL 0x0004 macro
620 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_stop()
621 cpmac_read(priv->regs, CPMAC_TX_CONTROL) & ~1); in cpmac_hw_stop()
668 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_start()
669 cpmac_read(priv->regs, CPMAC_TX_CONTROL) | 1); in cpmac_hw_start()

Completed in 5 milliseconds