Lines Matching refs:minimum

3607 	wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,  in sony_pic_call1()
3609 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3610 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3611 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3620 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3622 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3623 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3625 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3626 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3635 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3636 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3637 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3638 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3639 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3640 outb(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3641 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4392 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4394 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4397 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4399 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4592 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4593 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4594 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4596 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4600 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4633 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4659 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4661 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4662 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4719 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4722 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4725 if (io->io2.minimum) { in sony_pic_add()
4726 if (request_region(io->io2.minimum, in sony_pic_add()
4730 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4738 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4740 release_region(io->io1.minimum, in sony_pic_add()
4806 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4808 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4809 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()