Searched refs:DSR_DE (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/ |
D | hd64572.c | 174 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()
|
D | hd64570.c | 205 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()
|
D | hd64570.h | 184 #define DSR_DE 0x02 /* DMA Enable */ macro
|
D | hd64572.h | 475 #define DSR_DE 0x02 macro
|