Lines Matching refs:minimum

3626 	wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,  in sony_pic_call1()
3628 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3629 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3630 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3639 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3641 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3642 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3644 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3645 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3654 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3655 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3656 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3657 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3658 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3659 outb(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3660 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4411 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4413 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4416 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4418 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4609 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4610 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4611 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4613 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4617 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4650 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4676 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4678 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4679 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4736 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4739 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4742 if (io->io2.minimum) { in sony_pic_add()
4743 if (request_region(io->io2.minimum, in sony_pic_add()
4747 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4755 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4757 release_region(io->io1.minimum, in sony_pic_add()
4823 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4825 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4826 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()