Searched refs:get_dmac_tx (Results 1 - 2 of 2) 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.c49 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
166 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port);
347 u16 dmac = get_dmac_tx(port);
590 sca_inw(get_dmac_tx(port) + CDAL, card),
591 sca_inw(get_dmac_tx(port) + EDAL, card),
664 get_dmac_tx(port) + EDAL, card);
H A Dhd64572.c51 #define get_dmac_tx(port) (port->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
133 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port);
535 sca_inl(get_dmac_tx(port) + CDAL, card),
536 sca_inl(get_dmac_tx(port) + EDAL, card),
591 get_dmac_tx(port) + EDAL, card);

Completed in 53 milliseconds