Lines Matching refs:minimum

3597 	wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,  in sony_pic_call1()
3599 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3600 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3601 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3610 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3612 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3613 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3615 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3616 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3625 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3626 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3627 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3628 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3629 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3630 outb(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3631 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4377 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4379 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4382 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4384 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4577 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4578 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4579 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4581 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4585 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4618 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4644 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4646 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4647 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4704 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4707 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4710 if (io->io2.minimum) { in sony_pic_add()
4711 if (request_region(io->io2.minimum, in sony_pic_add()
4715 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4723 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4725 release_region(io->io1.minimum, in sony_pic_add()
4791 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4793 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4794 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()