Searched refs:cpmac_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | cpmac.c | 618 cpmac_write(priv->regs, CPMAC_RX_CONTROL, in cpmac_hw_stop() 620 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_stop() 623 cpmac_write(priv->regs, CPMAC_TX_PTR(i), 0); in cpmac_hw_stop() 624 cpmac_write(priv->regs, CPMAC_RX_PTR(i), 0); in cpmac_hw_stop() 630 cpmac_write(priv->regs, CPMAC_MAC_CONTROL, in cpmac_hw_stop() 642 cpmac_write(priv->regs, CPMAC_TX_PTR(i), 0); in cpmac_hw_start() 666 cpmac_write(priv->regs, CPMAC_RX_CONTROL, in cpmac_hw_start() 668 cpmac_write(priv->regs, CPMAC_TX_CONTROL, in cpmac_hw_start() 670 cpmac_write(priv->regs, CPMAC_MAC_CONTROL, in cpmac_hw_start() 1020 cpmac_write(priv->regs, CPMAC_RX_PTR(0), 0); in cpmac_stop() [all …]
|