Searched refs:dcr (Results 1 – 3 of 3) sorted by relevance
85 unsigned char dcr = inb (CONTROL (p)); in dump_parport_state() local99 dcr = i ? priv->ctr : inb (CONTROL (p)); in dump_parport_state()101 if (dcr & 0x20) { in dump_parport_state()106 if (dcr & 0x10) printk (",ackIntEn"); in dump_parport_state()107 if (!(dcr & 0x08)) printk (",N-SELECT-IN"); in dump_parport_state()108 if (dcr & 0x04) printk (",N-INIT"); in dump_parport_state()109 if (!(dcr & 0x02)) printk (",N-AUTOFD"); in dump_parport_state()110 if (!(dcr & 0x01)) printk (",N-STROBE"); in dump_parport_state()
48 unsigned int dcr; member
310 } dcr; member