Searched refs:DSR (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-imxdi.c24 * Note that reading the DSR (DryIce Status Register) automatically clears
52 #define DSR 0x14 /* Status Reg */ macro
74 * @dsr: copy of the DSR register
133 __raw_writel(DSR_WEF, imxdi->ioaddr + DSR);
137 if ((__raw_readl(imxdi->ioaddr + DSR) & DSR_WEF) == 0)
250 /* don't allow the DSR read to mess up DSR_WCF */
254 alarm->pending = (__raw_readl(imxdi->ioaddr + DSR) & DSR_CAF) != 0;
320 /* DSR_WCF clears itself on DSR read */
321 dsr = __raw_readl(imxdi->ioaddr + DSR);
336 /* DSR_WCF clears itself on DSR rea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.h129 #define DSR 0x10 /* DMA Status */ macro
130 #define DSR_RX(node) (DSR + (node ? DMAC1RX_OFFSET : DMAC0RX_OFFSET))
131 #define DSR_TX(node) (DSR + (node ? DMAC1TX_OFFSET : DMAC0TX_OFFSET))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A DRXTXcomm.jarMETA-INF/ META-INF/MANIFEST.MF gnu/io/ gnu/io/I2C.class I2C.java ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddw_dmac_regs.h35 DW_REG(DSR);
120 /* Bitfields in DSR */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dserial_lh7a40x.c88 #define DSR (0x02) macro
235 if (delta & DSR)
280 if (status & DSR)
H A Dcrisv10.c787 E100_STRUCT_PORT(0,DSR), E100_STRUCT_SHADOW(0,DSR),
791 E100_STRUCT_MASK(0,DSR),
803 E100_STRUCT_PORT(1,DSR), E100_STRUCT_SHADOW(1,DSR),
807 E100_STRUCT_MASK(1,DSR),
819 E100_STRUCT_PORT(2,DSR), E100_STRUCT_SHADOW(2,DSR),
823 E100_STRUCT_MASK(2,DSR),
835 E100_STRUCT_PORT(3,DSR), E100_STRUCT_SHADO
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c291 #define MISCSTATUS_DSR_LATCHED (SerialSignal_DSR<<8) /* change in DSR */
377 #define DSR 0x90 macro
1302 /* Wait for modem input (DCD,RI,DSR,CTS) change
1303 * as specified by mask in arg (TIOCM_RNG/DSR/CD/CTS)
1309 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
1381 strcat(stat_buf, "|DSR");
2246 write_reg(info, TXDMA + DSR, 0xc0); /* clear IRQs and disable DMA */
2363 unsigned char status = read_reg(info,RXDMA + DSR) & 0xc0;
2366 write_reg(info, RXDMA + DSR, (unsigned char)(status | 1));
2380 unsigned char status = read_reg(info,RXDMA + DSR)
[all...]
H A Dnozomi.c280 unsigned int DSR:1; member in struct:ctrl_dl
335 unsigned int DSR:1; member in struct:ctrl_dl
1006 if (old_ctrl.DSR != ctrl_dl.DSR)
1015 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)",
1765 (ctrl_dl->DSR ? TIOCM_DSR : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dmos7720.c144 DSR, enumerator in enum:mos_regs
173 0x01, /* DSR */
870 * Byte 2: DSR parallel port
895 { /* update local copy of DSR reg */

Completed in 151 milliseconds