Lines Matching refs:minimum
3610 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call1()
3612 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3613 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3614 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3623 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3625 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3626 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3628 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3629 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3638 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3639 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3640 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3641 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3642 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3643 outb(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3644 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4395 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4397 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4400 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4402 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4595 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4596 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4597 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4599 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4603 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4636 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4662 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4664 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4665 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4722 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4725 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4728 if (io->io2.minimum) { in sony_pic_add()
4729 if (request_region(io->io2.minimum, in sony_pic_add()
4733 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4741 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4743 release_region(io->io1.minimum, in sony_pic_add()
4809 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4811 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4812 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()