Searched refs:DSR_RX (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.c183 DSR_RX(phy_node(port)), card);
210 sca_out(DSR_DE, DSR_RX(phy_node(port)), card);
297 u8 stat = sca_in(DSR_RX(phy_node(port)), card); /* read DMA Status */
301 DSR_RX(phy_node(port)), card);
339 sca_out(DSR_DE, DSR_RX(phy_node(port)), card);
582 sca_in(DSR_RX(phy_node(port)), card), port->rxin,
583 sca_in(DSR_RX(phy_node(port)), card) & DSR_DE ? "" : "in");
717 sca_out(0, DSR_RX(0), card); /* DMA disable - to halt state */
719 sca_out(0, DSR_RX(1), card);
H A Dhd64572.c157 sca_out(0, DSR_RX(port->chan), card);
179 sca_out(DSR_DE, DSR_RX(port->chan), card); /* DMA enable */
240 u8 stat = sca_in(DSR_RX(port->chan), card); /* read DMA Status */
245 DSR_RX(port->chan), card);
285 sca_out(DSR_DE, DSR_RX(port->chan), card);
527 sca_in(DSR_RX(port->chan), card), port->rxin,
528 sca_in(DSR_RX(port->chan), card) & DSR_DE ? "" : "in");
634 sca_out(0, DSR_RX(0), card); /* DMA disable - to halt state */
636 sca_out(0, DSR_RX(1), card);
H A Dhd64570.h130 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET)) macro
H A Dhd64572.h131 #define DSR_RX(chan) (0x48 + 2*chan) /* DMA Status Reg (Rx) */ macro
H A Dpc300_drv.c392 cpc_writeb(scabase + DSR_RX(ch), DSR_DE);
393 if (!(cpc_readb(scabase + DSR_RX(ch)) & DSR_DE)) {
394 cpc_writeb(scabase + DSR_RX(ch), DSR_DE);
1804 u8 drx_stat = cpc_readb(scabase + DSR_RX(ch));
1807 cpc_writeb(scabase + DSR_RX(ch), drx_stat | DSR_DWE);
1818 if ((cpc_readb(scabase + DSR_RX(ch)) & DSR_DE)) {
1826 if ((cpc_readb(scabase + DSR_RX(ch)) & DSR_DE)) {
1867 if (!(dsr_rx = cpc_readb(scabase + DSR_RX(ch)) & DSR_DE)) {
1872 cpc_writeb(scabase + DSR_RX(ch), (dsr_rx | DSR_DE) & 0xfe);
2205 printk("DMER=0x%02x, DSR_TX=0x%02x, DSR_RX
[all...]
H A Dpc300_tty.c757 dsr_rx = cpc_readb(card->hw.scabase + DSR_RX(ch));

Completed in 69 milliseconds