Home
last modified time | relevance | path

Searched refs:DMR_TX (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dhd64570.h134 #define DMR_TX(node) (DMR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
Dhd64572.h138 #define DMR_TX(chan) (0x55 + 2*chan) /* DMA Mode Reg (Tx) */ macro
Dhd64572.c181 sca_out(0x14, DMR_TX(port->chan), card); /* Chain mode, Multi-frame */ in sca_init_port()
Dhd64570.c212 sca_out(0x14, DMR_TX(phy_node(port)), card); in sca_init_port()
Dpc300_drv.c2419 cpc_readb(scabase + DMR_TX(ch)), cpc_readb(scabase + DMR_RX(ch)), in cpc_sca_status()
3050 cpc_writeb(scabase + DMR_TX(ch), (DMR_TMOD | DMR_NF)); in tx_config()