Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wan/
Dhd64572.c45 #define get_dmac_rx(port) ((port)->chan ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
123 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port()
226 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.c43 #define get_dmac_rx(port) (phy_node(port) ? DMAC1RX_OFFSET : DMAC0RX_OFFSET) macro
160 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port()
287 u16 dmac = get_dmac_rx(port); in sca_rx_intr()
585 sca_inw(get_dmac_rx(port) + CDAL, card), in sca_dump_rings()
586 sca_inw(get_dmac_rx(port) + EDAL, card), in sca_dump_rings()