Home
last modified time | relevance | path

Searched refs:get_dmac_tx (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/wan/
Dhd64570.c48 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
165 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port()
346 u16 dmac = get_dmac_tx(port); in sca_tx_intr()
589 sca_inw(get_dmac_tx(port) + CDAL, card), in sca_dump_rings()
590 sca_inw(get_dmac_tx(port) + EDAL, card), in sca_dump_rings()
663 get_dmac_tx(port) + EDAL, card); in sca_xmit()
Dhd64572.c50 #define get_dmac_tx(port) (port->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
132 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port()
537 sca_inl(get_dmac_tx(port) + CDAL, card), in sca_dump_rings()
538 sca_inl(get_dmac_tx(port) + EDAL, card), in sca_dump_rings()
593 get_dmac_tx(port) + EDAL, card); in sca_xmit()