Searched refs:DMR_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.h134 #define DMR_TX(node) (DMR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
H A Dhd64572.h138 #define DMR_TX(chan) (0x55 + 2*chan) /* DMA Mode Reg (Tx) */ macro
H A Dhd64570.c213 sca_out(0x14, DMR_TX(phy_node(port)), card);
H A Dhd64572.c182 sca_out(0x14, DMR_TX(port->chan), card); /* Chain mode, Multi-frame */
H A Dpc300_drv.c2208 printk("DMR_TX=0x%02x, DMR_RX=0x%02x, DIR_TX=0x%02x, DIR_RX=0x%02x\n",
2209 cpc_readb(scabase + DMR_TX(ch)), cpc_readb(scabase + DMR_RX(ch)),
2838 cpc_writeb(scabase + DMR_TX(ch), (DMR_TMOD | DMR_NF));

Completed in 80 milliseconds