Searched refs:io1 (Results 1 – 2 of 2) sorted by relevance
/drivers/platform/x86/ |
D | sony-laptop.c | 3322 struct acpi_resource_io io1; member 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() [all …]
|
/drivers/isdn/hisax/ |
D | config.c | 342 static int io1[HISAX_MAX_CARDS] = { 0, }; variable 359 module_param_array(io1, int, NULL, 0); 1419 cards[j].para[2] = io1[i]; in HiSax_init() 1424 cards[j].para[2] = io1[i]; in HiSax_init()
|