Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dhd64572.c48 #define get_dmac_rx(port) (port->chan ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
131 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port()
236 u16 dmac = get_dmac_rx(port); in sca_rx_done()
526 sca_inl(get_dmac_rx(port) + CDAL, card), in sca_dump_rings()
527 sca_inl(get_dmac_rx(port) + EDAL, card), in sca_dump_rings()
Dhd64570.c46 #define get_dmac_rx(port) (phy_node(port) ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
164 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port()
293 u16 dmac = get_dmac_rx(port); in sca_rx_intr()
578 sca_inw(get_dmac_rx(port) + CDAL, card), in sca_dump_rings()
579 sca_inw(get_dmac_rx(port) + EDAL, card), in sca_dump_rings()