Home
last modified time | relevance | path

Searched refs:DSR_DE (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wan/
Dhd64572.c174 sca_out(DSR_DE, DSR_RX(port->chan), card); /* DMA enable */ in sca_init_port()
280 sca_out(DSR_DE, DSR_RX(port->chan), card); in sca_rx_done()
526 sca_in(DSR_RX(port->chan), card) & DSR_DE ? "" : "in"); in sca_dump_rings()
536 sca_in(DSR_TX(port->chan), card) & DSR_DE ? "" : "in"); in sca_dump_rings()
591 sca_out(DSR_DE, DSR_TX(port->chan), card); /* Enable TX DMA */ in sca_xmit()
Dhd64570.c205 sca_out(DSR_DE, DSR_RX(phy_node(port)), card); in sca_init_port()
334 sca_out(DSR_DE, DSR_RX(phy_node(port)), card); in sca_rx_intr()
578 sca_in(DSR_RX(phy_node(port)), card) & DSR_DE ? "" : "in"); in sca_dump_rings()
588 sca_in(DSR_TX(phy_node(port)), card) & DSR_DE ? "" : "in"); in sca_dump_rings()
661 sca_out(DSR_DE, DSR_TX(phy_node(port)), card); /* Enable TX DMA */ in sca_xmit()
Dhd64570.h184 #define DSR_DE 0x02 /* DMA Enable */ macro
Dhd64572.h475 #define DSR_DE 0x02 macro