Lines Matching refs:minimum
3598 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call1()
3600 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3601 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3602 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3611 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3613 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3614 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3616 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3617 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3626 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3627 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3628 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3629 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3630 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3631 outb(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3632 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4383 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4385 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4388 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4390 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4581 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4582 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4583 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4585 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4589 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4622 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4648 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4650 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4651 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4708 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4711 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4714 if (io->io2.minimum) { in sony_pic_add()
4715 if (request_region(io->io2.minimum, in sony_pic_add()
4719 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4727 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4729 release_region(io->io1.minimum, in sony_pic_add()
4795 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4797 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4798 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()