Searched refs:get_dmac_tx (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
H A 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()
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wan/ |
H A D | hd64570.c | 44 #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 D | hd64572.c | 46 #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()
|
Completed in 6 milliseconds