Lines Matching defs:iobase
101 port->port.iobase = 0;
107 port->port.iobase = pci_resource_start(dev, bar) + offset;
902 struct resource *iobase = NULL;
907 iobase = request_region(inta_addr[i], ITE_887x_IOSIZE,
909 if (iobase != NULL) {
922 release_region(iobase->start, ITE_887x_IOSIZE);
927 pci_err(dev, "could not find iobase\n");
932 type = inb(iobase->start + 0x18) & 0x0f;
981 release_region(iobase->start, ITE_887x_IOSIZE);
1107 unsigned long base = port->port.iobase;
1119 unsigned long base = port->port.iobase;
1131 unsigned long base = port->port.iobase;
1147 unsigned long base = port->port.iobase;
1161 unsigned long base = port->port.iobase;
1283 port->port.iobase = pci_resource_start(priv->dev, FL_GET_BASE(board->flags));
1495 u16 iobase;
1500 pci_read_config_word(pdev, config_base + 4, &iobase);
1502 pci_dbg(pdev, "idx=%d iobase=0x%x", idx, iobase);
1505 port->port.iobase = iobase;
1521 unsigned long iobase;
1554 iobase = (bar_data[i / 4] & 0xffffffe0) + (i % 4) * 8;
1564 (u8)(iobase & 0xff));
1568 (u8)((iobase & 0xff00) >> 8));
1693 val = inb(p->iobase + offset);
1757 unsigned long iobase;
1768 iobase = pci_resource_start(dev, 0);
1769 outb(CH384_XINT_ENABLE_BIT, iobase + CH384_XINT_ENABLE_REG);
1776 unsigned long iobase;
1778 iobase = pci_resource_start(dev, 0);
1779 outb(0x0, iobase + CH384_XINT_ENABLE_REG);
3977 uart.port.iobase, uart.port.irq, uart.port.iotype);
3983 uart.port.iobase, uart.port.irq,