Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dhd64570.h144 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
Dhd64572.h140 #define DCR_TX(chan) (0x59 + 2*chan) /* DMA Command Reg (Tx) */ macro
Dhd64572.c160 sca_out(DCR_ABORT, DCR_TX(port->chan), card); in sca_init_port()
171 sca_out(DCR_CLEAR_EOF, DCR_TX(port->chan), card); in sca_init_port()
Dhd64570.c183 sca_out(DCR_ABORT, transmit ? DCR_TX(phy_node(port)) : in sca_init_port()
197 sca_out(DCR_CLEAR_EOF, transmit ? DCR_TX(phy_node(port)) : in sca_init_port()