Searched refs:dsr (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| A D | parport_pc.h | 90 unsigned char dsr = inb (STATUS (p)); in dump_parport_state() local 117 if (!(dsr & 0x80)) printk ("BUSY"); in dump_parport_state() 118 if (dsr & 0x40) printk (",N-ACK"); in dump_parport_state() 119 if (dsr & 0x20) printk (",PERROR"); in dump_parport_state() 120 if (dsr & 0x10) printk (",SELECT"); in dump_parport_state() 121 if (dsr & 0x08) printk (",N-FAULT"); in dump_parport_state()
|
| A D | serial.h | 41 __u32 cts, dsr, rng, dcd, tx, rx; member
|
| A D | serial_core.h | 415 __u32 dsr; member
|
| /include/uapi/linux/ |
| A D | serial.h | 104 int cts, dsr, rng, dcd; member
|
| A D | synclink.h | 214 __u32 cts, dsr, rng, dcd, tx, rx; member
|
| /include/linux/mmc/ |
| A D | host.h | 549 u32 dsr; /* optional driver stage (DSR) value */ member
|
Completed in 14 milliseconds