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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.h143 #define DCR_TX(node) (DCR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
H A Dhd64572.h140 #define DCR_TX(chan) (0x59 + 2*chan) /* DMA Command Reg (Tx) */ macro
H A Dhd64570.c185 sca_out(DCR_ABORT, transmit ? DCR_TX(phy_node(port)) :
199 sca_out(DCR_CLEAR_EOF, transmit ? DCR_TX(phy_node(port)) :
H A Dhd64572.c162 sca_out(DCR_ABORT, DCR_TX(port->chan), card);
173 sca_out(DCR_CLEAR_EOF, DCR_TX(port->chan), card);
H A Dpc300_drv.c2212 printk("DCR_TX=0x%02x, DCR_RX=0x%02x, FCT_TX=0x%02x, FCT_RX=0x%02x\n",
2213 cpc_readb(scabase + DCR_TX(ch)), cpc_readb(scabase + DCR_RX(ch)),
2837 cpc_writeb(scabase + DCR_TX(ch), DCR_FCT_CLR);

Completed in 88 milliseconds