Home
last modified time | relevance | path

Searched refs:dsr (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dparport_pc.h87 unsigned char dsr = inb (STATUS (p)); in dump_parport_state() local
114 if (!(dsr & 0x80)) printk ("BUSY"); in dump_parport_state()
115 if (dsr & 0x40) printk (",N-ACK"); in dump_parport_state()
116 if (dsr & 0x20) printk (",PERROR"); in dump_parport_state()
117 if (dsr & 0x10) printk (",SELECT"); in dump_parport_state()
118 if (dsr & 0x08) printk (",N-FAULT"); in dump_parport_state()
Dserial.h21 __u32 cts, dsr, rng, dcd, tx, rx; member
Dserial_core.h95 __u32 dsr; member
/include/uapi/linux/
Dserial.h103 int cts, dsr, rng, dcd; member
Dsynclink.h214 __u32 cts, dsr, rng, dcd, tx, rx; member
/include/linux/mmc/
Dhost.h516 u32 dsr; /* optional driver stage (DSR) value */ member