Searched refs:get_dmac_tx (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
D | hd64570.c | 47 #define get_dmac_tx(port) (phy_node(port) ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro 164 u16 dmac = transmit ? get_dmac_tx(port) : get_dmac_rx(port); in sca_init_port() 345 u16 dmac = get_dmac_tx(port); in sca_tx_intr() 588 sca_inw(get_dmac_tx(port) + CDAL, card), in sca_dump_rings() 589 sca_inw(get_dmac_tx(port) + EDAL, card), in sca_dump_rings() 662 get_dmac_tx(port) + EDAL, card); in sca_xmit()
|
D | hd64572.c | 49 #define get_dmac_tx(port) (port->chan ? DMAC1TX_OFFSET : DMAC0TX_OFFSET) macro 131 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() 592 get_dmac_tx(port) + EDAL, card); in sca_xmit()
|