Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64570.h140 #define DIR_TX(node) (DIR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET)) macro
Dhd64572.h134 #define DIR_TX(chan) (0x4d + 2*chan) /* DMA Interrupt Enable Reg (Tx) */ macro
Dhd64572.c182 sca_out(DIR_EOME, DIR_TX(port->chan), card); /* enable interrupts */ in sca_init_port()
Dhd64570.c214 sca_out(DIR_BOFE, DIR_TX(phy_node(port)), card); in sca_init_port()
Dpc300_drv.c2420 cpc_readb(scabase + DIR_TX(ch)), in cpc_sca_status()
3051 cpc_writeb(scabase + DIR_TX(ch), (DIR_EOM | DIR_BOF | DIR_UDRF)); in tx_config()