Lines Matching refs:minimum

3596 	wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2,  in sony_pic_call1()
3598 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3599 v1 = inb_p(spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call1()
3600 v2 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call1()
3609 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3611 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call2()
3612 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, in sony_pic_call2()
3614 outb(fn, spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3615 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call2()
3624 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3625 outb(dev, spic_dev.cur_ioport->io1.minimum + 4); in sony_pic_call3()
3626 wait_on_command(inb_p(spic_dev.cur_ioport->io1.minimum + 4) & 2, ITERATIONS_LONG); in sony_pic_call3()
3627 outb(fn, spic_dev.cur_ioport->io1.minimum); 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(v, spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
3630 v1 = inb_p(spic_dev.cur_ioport->io1.minimum); in sony_pic_call3()
4381 if (!ioport->io1.minimum) { in sony_pic_read_possible_resource()
4383 dprintk("IO1 at 0x%.4x (0x%.2x)\n", ioport->io1.minimum, in sony_pic_read_possible_resource()
4386 else if (!ioport->io2.minimum) { in sony_pic_read_possible_resource()
4388 dprintk("IO2 at 0x%.4x (0x%.2x)\n", ioport->io2.minimum, in sony_pic_read_possible_resource()
4579 ev = inb_p(dev->cur_ioport->io1.minimum); in sony_pic_irq()
4580 if (dev->cur_ioport->io2.minimum) in sony_pic_irq()
4581 data_mask = inb_p(dev->cur_ioport->io2.minimum); in sony_pic_irq()
4583 data_mask = inb_p(dev->cur_ioport->io1.minimum + in sony_pic_irq()
4587 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4620 ev, data_mask, dev->cur_ioport->io1.minimum, in sony_pic_irq()
4646 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_remove()
4648 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_remove()
4649 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_remove()
4706 if (request_region(io->io1.minimum, io->io1.address_length, in sony_pic_add()
4709 io->io1.minimum, io->io1.maximum, in sony_pic_add()
4712 if (io->io2.minimum) { in sony_pic_add()
4713 if (request_region(io->io2.minimum, in sony_pic_add()
4717 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4725 io->io2.minimum, io->io2.maximum, in sony_pic_add()
4727 release_region(io->io1.minimum, in sony_pic_add()
4793 release_region(spic_dev.cur_ioport->io1.minimum, in sony_pic_add()
4795 if (spic_dev.cur_ioport->io2.minimum) in sony_pic_add()
4796 release_region(spic_dev.cur_ioport->io2.minimum, in sony_pic_add()