Lines Matching full:pr
910 pr_debug("PCI:%s Resource %d %pR is unassigned\n", in pcibios_fixup_resources()
918 pr_debug("PCI:%s Resource %d %pR\n", pci_name(dev), i, res); in pcibios_fixup_resources()
1022 pr_debug("PCI:%s Bus rsrc %d %pR\n", pci_name(dev), i, res); in pcibios_fixup_bridge()
1152 * Reparent resource children of pr that conflict with res
1180 pr_debug("PCI: Reparented %s %pR under %s\n", in reparent_resources()
1223 struct resource *res, *pr; in pcibios_allocate_bus_resources() local
1237 pr = (res->flags & IORESOURCE_IO) ? in pcibios_allocate_bus_resources()
1240 pr = pci_find_parent_resource(bus->self, res); in pcibios_allocate_bus_resources()
1241 if (pr == res) { in pcibios_allocate_bus_resources()
1250 pr_debug("PCI: %s (bus %d) bridge rsrc %d: %pR, parent %p (%s)\n", in pcibios_allocate_bus_resources()
1252 i, res, pr, (pr && pr->name) ? pr->name : "nil"); in pcibios_allocate_bus_resources()
1254 if (pr && !(pr->flags & IORESOURCE_UNSET)) { in pcibios_allocate_bus_resources()
1257 if (request_resource(pr, res) == 0) in pcibios_allocate_bus_resources()
1264 if (reparent_resources(pr, res) == 0) in pcibios_allocate_bus_resources()
1292 struct resource *pr, *r = &dev->resource[idx]; in alloc_resource() local
1294 pr_debug("PCI: Allocating %s: Resource %d: %pR\n", in alloc_resource()
1297 pr = pci_find_parent_resource(dev, r); in alloc_resource()
1298 if (!pr || (pr->flags & IORESOURCE_UNSET) || in alloc_resource()
1299 request_resource(pr, r) < 0) { in alloc_resource()
1302 if (pr) in alloc_resource()
1303 pr_debug("PCI: parent is %p: %pR\n", pr, pr); in alloc_resource()
1377 pr_debug("Candidate legacy IO: %pR\n", res); in pcibios_reserve_legacy_regions()
1380 "PCI %04x:%02x Cannot reserve Legacy IO %pR\n", in pcibios_reserve_legacy_regions()
1392 pr_debug("hose mem res: %pR\n", pres); in pcibios_reserve_legacy_regions()
1405 pr_debug("Candidate VGA memory: %pR\n", res); in pcibios_reserve_legacy_regions()
1408 "PCI %04x:%02x Cannot reserve VGA memory %pR\n", in pcibios_reserve_legacy_regions()
1463 pr_debug("PCI: Claiming %s: Resource %d: %pR\n", in pcibios_claim_one_bus()
1546 pr_debug("PCI: PHB IO resource = %pR off 0x%08llx\n", in pcibios_setup_phb_resources()
1558 pr_debug("PCI: PHB MEM resource %d = %pR off 0x%08llx\n", i, in pcibios_setup_phb_resources()