Searched refs:DCR_TX (Results 1 – 4 of 4) sorted by relevance
144 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
140 #define DCR_TX(chan) (0x59 + 2*chan) /* DMA Command Reg (Tx) */ macro
160 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()
183 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()