Lines Matching refs:end
136 if (iomem_resource.end <= 0xffffffff) in pci_acpi_crs_quirks()
182 u8 end, phys_addr_t addr) in setup_mcfg_map() argument
188 info->end_bus = end; in setup_mcfg_map()
198 result = pci_mmconfig_insert(dev, seg, start, end, addr); in setup_mcfg_map()
221 u16 seg, u8 start, u8 end, in setup_mcfg_map() argument
244 resource_size_t end; in validate_resources() local
251 end = min(res1->end, root->end); in validate_resources()
252 if (end <= res1->start) { in validate_resources()
257 } else if (res1->end != end) { in validate_resources()
259 res1, (unsigned long long)end + 1, in validate_resources()
260 (unsigned long long)res1->end); in validate_resources()
261 res1->end = end; in validate_resources()
276 res2->end = max(res1->end, res2->end); in validate_resources()
358 res->start == 0xCF8 && res->end == 0xCFF; in resource_is_pcicfg_ioport()
465 (u8)root->secondary.end, root->mcfg_addr)) in pci_acpi_scan_root()