Lines Matching refs:STATUS
211 outb(r | 0x01, STATUS(pb)); /* Some reset by writing 1 */ in clear_epp_timeout()
212 outb(r & 0xfe, STATUS(pb)); /* Others by writing 0 */ in clear_epp_timeout()
272 status = inb(STATUS(port)); in parport_pc_epp_read_data()
291 status = inb(STATUS(port)); in parport_pc_epp_read_data()
306 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
315 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
335 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
344 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
360 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
369 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
386 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()
395 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()