Home
last modified time | relevance | path

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

/linux/drivers/net/wan/
H A Dhd64570.c44 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
160 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port()
339 u16 dmac = get_dmac_tx(port); in sca_tx_intr()
595 sca_inw(get_dmac_tx(port) + CDAL, card), in sca_dump_rings()
596 sca_inw(get_dmac_tx(port) + EDAL, card), in sca_dump_rings()
669 get_dmac_tx(port) + EDAL, card); in sca_xmit()
H A Dhd64572.c46 #define get_dmac_tx(port) ((port)->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro
123 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port()
536 sca_inl(get_dmac_tx(port) + CDAL, card), in sca_dump_rings()
537 sca_inl(get_dmac_tx(port) + EDAL, card), in sca_dump_rings()
591 get_dmac_tx(port) + EDAL, card); in sca_xmit()