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

/linux-4.1.27/drivers/net/ethernet/ti/
H A Dcpmac.c116 #define CPMAC_TX_PTR(channel) (0x0600 + (channel) * 4) macro
587 cpmac_write(priv->regs, CPMAC_TX_PTR(queue), (u32)desc->mapping); cpmac_start_xmit()
635 cpmac_write(priv->regs, CPMAC_TX_PTR(i), 0); cpmac_hw_stop()
654 cpmac_write(priv->regs, CPMAC_TX_PTR(i), 0); cpmac_hw_start()
1062 cpmac_write(priv->regs, CPMAC_TX_PTR(i), 0); cpmac_stop()

Completed in 65 milliseconds