Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dhd64572.c45 #define get_dmac_rx(port) (port->chan ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
128 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port()
233 u16 dmac = get_dmac_rx(port); in sca_rx_done()
523 sca_inl(get_dmac_rx(port) + CDAL, card), in sca_dump_rings()
524 sca_inl(get_dmac_rx(port) + EDAL, card), in sca_dump_rings()
Dhd64570.c43 #define get_dmac_rx(port) (phy_node(port) ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
161 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port()
290 u16 dmac = get_dmac_rx(port); in sca_rx_intr()
575 sca_inw(get_dmac_rx(port) + CDAL, card), in sca_dump_rings()
576 sca_inw(get_dmac_rx(port) + EDAL, card), in sca_dump_rings()