Lines Matching defs:bits
89 unsigned char bits = 0;
94 bits |= PARPORT_STATUS_ERROR;
96 bits |= PARPORT_STATUS_SELECT;
98 bits |= PARPORT_STATUS_PAPEROUT;
100 bits |= PARPORT_STATUS_ACK;
102 bits |= PARPORT_STATUS_BUSY;
105 dprintk((KERN_DEBUG "read status 0x%x\n", bits));
106 return bits;
112 unsigned char bits = 0;
117 bits |= PARPORT_CONTROL_STROBE;
119 bits |= PARPORT_CONTROL_AUTOFD;
121 bits |= PARPORT_CONTROL_INIT;
123 bits |= PARPORT_CONTROL_SELECT;
126 dprintk((KERN_DEBUG "read control 0x%x\n", bits));
127 return bits;