Searched refs:dsr (Results 1 - 25 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dkeyspan_usa28msg.h151 dsr, // (not used in all products) member in struct:keyspan_usa28_portStatusMessage
H A Dkeyspan_usa26msg.h212 dsr, // USA17: reports DSR pin member in struct:keyspan_usa26_portStatusMessage
H A Dkeyspan_usa49msg.h243 dsr, // reports DSR pin member in struct:keyspan_usa49_portStatusMessage
H A Dkeyspan_usa90msg.h158 dsr, // reports DSR pin member in struct:keyspan_usa90_portStatusMessage
H A Dmos7720.c1486 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1490 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1503 icount.dsr = cnow.dsr;
H A Dti_usb_3410_5052.c859 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
863 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1461 icount->dsr++;
H A Dio_edgeport.c1680 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1684 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1698 icount.dsr = cnow.dsr;
2037 icount->dsr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dparport_pc.h86 unsigned char dsr = inb (STATUS (p)); local
112 printk ("] dsr=[");
113 if (!(dsr & 0x80)) printk ("BUSY");
114 if (dsr & 0x40) printk (",N-ACK");
115 if (dsr & 0x20) printk (",PERROR");
116 if (dsr & 0x10) printk (",SELECT");
117 if (dsr & 0x08) printk (",N-FAULT");
H A Dserial.h22 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:async_icount
170 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
H A Dsynclink.h212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
H A Dserial_core.h210 __u32 dsr; member in struct:uart_icount
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dppc85xx_rio.c92 u32 dsr; member in struct:rio_msg_regs
741 int dsr; local
744 dsr = in_be32((void *)&msg_regs->dsr);
746 if (dsr & DOORBELL_DSR_TE) {
748 out_be32((void *)&msg_regs->dsr, DOORBELL_DSR_TE);
752 if (dsr & DOORBELL_DSR_QFI) {
754 out_be32((void *)&msg_regs->dsr, DOORBELL_DSR_QFI);
758 if (dsr & DOORBELL_DSR_DIQI) {
787 out_be32((void *)&msg_regs->dsr, DOORBELL_DSR_DIQ
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dptrace.h78 unsigned long dsr; member in struct:pt_dspregs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_ip32.c151 * @dsr: Device Status Register
169 void __iomem *dsr; member in struct:parport_ip32_regs
417 unsigned int dsr = readb(priv->regs.dsr); local
418 printk(KERN_DEBUG PPIP32 " dsr=0x%02x", dsr);
419 if (!(dsr & DSR_nBUSY))
421 if (dsr & DSR_nACK)
423 if (dsr & DSR_PERROR)
425 if (dsr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Depca.h95 unsigned char dsr; member in struct:channel
H A Damiserial.c388 icount->dsr++;
1314 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1318 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1338 icount.dsr = cnow.dsr;
1998 state->icount.cts = state->icount.dsr =
H A Dmxser.c349 int dsr; member in struct:mxser_mstatus
1352 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1384 put_user(cnow.dsr, &p_cuser->dsr);
1519 GMStatus[i].dsr = 0;
1536 GMStatus[i].dsr = 1;
1538 GMStatus[i].dsr = 0;
1569 mxvar_table[i].icount.dsr++;
2242 info->icount.dsr
[all...]
H A Dmxser_new.c307 int dsr; member in struct:mxser_mstatus
717 port->icount.dsr++;
1529 GMStatus[i].dsr = 0;
1548 GMStatus[i].dsr = 1;
1550 GMStatus[i].dsr = 0;
1578 port->icount.dsr++;
1772 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1803 put_user(cnow.dsr, &p_cuser->dsr);
[all...]
H A Desp.c591 info->icount.dsr++;
1862 cnow.dsr == cprev.dsr &&
1869 (cnow.dsr != cprev.dsr)) ||
1892 put_user(cnow.dsr, &p_cuser->dsr) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dtvaudio.c842 int dsr,nsr,mode; local
847 if(-1 == (dsr = chip_read2(chip,TDA9874A_DSR)))
854 /* need to store dsr/nsr somewhere */
855 chip->shadow.bytes[MAXREGS-2] = dsr;
872 if(dsr & 0x02) /* DSR.IDSTE=1 */
874 if(dsr & 0x04) /* DSR.IDDUA=1 */
879 dsr, nsr, necr, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c1131 struct dsr_struct *dsr; local
1145 dsr = ((struct dsr_struct *)
1147 return ((char *)dsr + (dsr->sysname_off +
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68360serial.c504 icount->dsr++;
1424 if (cnow.rng == cprev.rng && cnow.dsr == cprev.dsr &&
1428 ((arg & TIOCM_DSR) && (cnow.dsr != cprev.dsr)) ||
1453 /* error = put_user(cnow.dsr, &p_cuser->dsr); */
1461 put_user(cnow.dsr, &p_cuser->dsr);
2478 state->icount.cts = state->icount.dsr
[all...]
H A Dsunsab.c54 int dsr; /* Current DSR state */ member in struct:uart_sunsab_port
290 if ((readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ^ up->dsr) {
291 up->dsr = (readb(&up->regs->r.pvr) & up->pvr_dsr_bit) ? 0 : 1;
292 up->port.icount.dsr++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300.h296 ucchar dsr; member in struct:rsv_x21_status
H A Dwanxl.c120 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; local
142 dsr = (value & STATUS_CABLE_DSR) ? ", DSR ON" :
150 port->dev->name, pm, dte, cable, dsr, dcd);

Completed in 188 milliseconds

123