Lines Matching refs:bits
88 unsigned char bits = 0; in status_sunbpp_to_pc() local
93 bits |= PARPORT_STATUS_ERROR; in status_sunbpp_to_pc()
95 bits |= PARPORT_STATUS_SELECT; in status_sunbpp_to_pc()
97 bits |= PARPORT_STATUS_PAPEROUT; in status_sunbpp_to_pc()
99 bits |= PARPORT_STATUS_ACK; in status_sunbpp_to_pc()
101 bits |= PARPORT_STATUS_BUSY; in status_sunbpp_to_pc()
104 dprintk((KERN_DEBUG "read status 0x%x\n", bits)); in status_sunbpp_to_pc()
105 return bits; in status_sunbpp_to_pc()
111 unsigned char bits = 0; in control_sunbpp_to_pc() local
116 bits |= PARPORT_CONTROL_STROBE; in control_sunbpp_to_pc()
118 bits |= PARPORT_CONTROL_AUTOFD; in control_sunbpp_to_pc()
120 bits |= PARPORT_CONTROL_INIT; in control_sunbpp_to_pc()
122 bits |= PARPORT_CONTROL_SELECT; in control_sunbpp_to_pc()
125 dprintk((KERN_DEBUG "read control 0x%x\n", bits)); in control_sunbpp_to_pc()
126 return bits; in control_sunbpp_to_pc()