Searched refs:get_dmac_tx (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | hd64570.c | 44 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro 161 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port() 342 u16 dmac = get_dmac_tx(port); in sca_tx_intr() 585 sca_inw(get_dmac_tx(port) + CDAL, card), in sca_dump_rings() 586 sca_inw(get_dmac_tx(port) + EDAL, card), in sca_dump_rings() 659 get_dmac_tx(port) + EDAL, card); in sca_xmit()
|
| D | hd64572.c | 46 #define get_dmac_tx(port) (port->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro 128 u16 dmac_rx = get_dmac_rx(port), dmac_tx = get_dmac_tx(port); in sca_init_port() 533 sca_inl(get_dmac_tx(port) + CDAL, card), in sca_dump_rings() 534 sca_inl(get_dmac_tx(port) + EDAL, card), in sca_dump_rings() 589 get_dmac_tx(port) + EDAL, card); in sca_xmit()
|