Lines Matching defs:iobase
885 struct resource *iobase = NULL;
890 iobase = request_region(inta_addr[i], ITE_887x_IOSIZE,
892 if (iobase != NULL) {
905 release_region(iobase->start, ITE_887x_IOSIZE);
910 pci_err(dev, "could not find iobase\n");
915 type = inb(iobase->start + 0x18) & 0x0f;
964 release_region(iobase->start, ITE_887x_IOSIZE);
1278 unsigned long base = port->port.iobase;
1290 unsigned long base = port->port.iobase;
1302 unsigned long base = port->port.iobase;
1318 unsigned long base = port->port.iobase;
1332 unsigned long base = port->port.iobase;
1463 port->port.iobase = pci_resource_start(priv->dev, FL_GET_BASE(board->flags));
1577 u16 iobase;
1582 pci_read_config_word(pdev, config_base + 4, &iobase);
1584 pci_dbg(pdev, "idx=%d iobase=0x%x", idx, iobase);
1587 port->port.iobase = iobase;
1604 unsigned long iobase;
1637 iobase = (bar_data[i / 4] & 0xffffffe0) + (i % 4) * 8;
1647 (u8)(iobase & 0xff));
1651 (u8)((iobase & 0xff00) >> 8));
1776 val = inb(p->iobase + offset);
1840 unsigned long iobase;
1851 iobase = pci_resource_start(dev, 0);
1852 outb(CH384_XINT_ENABLE_BIT, iobase + CH384_XINT_ENABLE_REG);
1859 unsigned long iobase;
1861 iobase = pci_resource_start(dev, 0);
1862 outb(0x0, iobase + CH384_XINT_ENABLE_REG);
4022 uart.port.iobase, uart.port.irq, uart.port.iotype);
4028 uart.port.iobase, uart.port.irq,