Lines Matching refs:region
34 dev_err(&dev->dev, "couldn't add ioport region to option set "
44 dev_info(&dev->dev, "added ioport region %#llx-%#llx to set %d\n",
268 * If the PNP region doesn't overlap the PCI
269 * region at all, there's no problem.
275 * If the PNP region completely encloses (or is
276 * at least as large as) the PCI region, that's
286 * Otherwise, the PNP region overlaps *part* of
287 * the PCI region, and that might prevent a PCI
366 struct pci_bus_region region;
389 region.start = addr_lo & ~0x7fff;
391 region.start |= (u64) addr_hi << 32;
392 region.end = region.start + 32*1024 - 1;
396 pcibios_bus_to_resource(host->bus, &mch, ®ion);