Lines Matching refs:STATUS
217 outb(r | 0x01, STATUS(pb)); /* Some reset by writing 1 */ in clear_epp_timeout()
218 outb(r & 0xfe, STATUS(pb)); /* Others by writing 0 */ in clear_epp_timeout()
278 status = inb(STATUS(port)); in parport_pc_epp_read_data()
297 status = inb(STATUS(port)); in parport_pc_epp_read_data()
312 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
321 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_data()
341 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
350 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_data()
366 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
375 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_read_addr()
392 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()
401 if (inb(STATUS(port)) & 0x01) { in parport_pc_epp_write_addr()