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",
261 * If the PNP region doesn't overlap the PCI
262 * region at all, there's no problem.
268 * If the PNP region completely encloses (or is
269 * at least as large as) the PCI region, that's
278 * Otherwise, the PNP region overlaps *part* of
279 * the PCI region, and that might prevent a PCI
357 struct pci_bus_region region;
380 region.start = addr_lo & ~0x7fff;
382 region.start |= (u64) addr_hi << 32;
383 region.end = region.start + 32*1024 - 1;
387 pcibios_bus_to_resource(host->bus, &mch, ®ion);