Lines Matching refs:inb
80 u8 bits = inb(port) & mask; in wait_mask()
122 *buf++ = inb(DATA(base)); in aha1542_in()
191 if (inb(STATUS(sh->io_port)) == 0xff) in aha1542_test_port()
208 if (inb(INTRFLAGS(sh->io_port)) & INTRMASK) in aha1542_test_port()
219 inquiry_result[i] = inb(DATA(sh->io_port)); in aha1542_test_port()
223 if (inb(STATUS(sh->io_port)) & DF) in aha1542_test_port()
251 flag = inb(INTRFLAGS(sh->io_port)); in aha1542_interrupt()
263 printk("status %02x\n", inb(STATUS(sh->io_port))); in aha1542_interrupt()
270 flag = inb(INTRFLAGS(sh->io_port)); in aha1542_interrupt()
514 i = inb(STATUS(sh->io_port)); in aha1542_getconfig()
516 i = inb(DATA(sh->io_port)); in aha1542_getconfig()
615 i = inb(STATUS(sh->io_port)); in aha1542_query()
617 i = inb(DATA(sh->io_port)); in aha1542_query()