Lines Matching refs:STATUS
218 outb(r | 0x01, STATUS(pb)); /* Some reset by writing 1 */ in clear_epp_timeout()
219 outb(r & 0xfe, STATUS(pb)); /* Others by writing 0 */ in clear_epp_timeout()
279 status = inb(STATUS(port)); in parport_pc_epp_read_data()
298 status = inb(STATUS(port)); in parport_pc_epp_read_data()
313 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
322 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
342 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
351 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
367 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
376 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
393 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()
402 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()