Lines Matching refs:end
70 int end, u64 addr)
85 new->end_bus = end;
89 res->end = addr + PCI_MMCFG_BUS_OFFSET(end + 1) - 1;
92 "PCI MMCONFIG %04x [bus %02x-%02x]", segment, start, end);
99 int end, u64 addr)
103 new = pci_mmconfig_alloc(segment, start, end, addr);
112 segment, start, end, &new->res, (unsigned long)addr);
271 int start, size_index, end;
291 end = start + extcfg_sizebus[size_index] - 1;
292 if (pci_mmconfig_add(0, start, end, base) == NULL)
390 (mcfg_res->end < (fixmem32->address +
407 (mcfg_res->end < (address.address.minimum + address.address.address_length))) {
428 static bool is_acpi_reserved(u64 start, u64 end, unsigned not_used)
433 mcfg_res.end = end - 1;
445 typedef bool (*check_reserved_t)(u64 start, u64 end, unsigned type);
477 cfg->res.end = cfg->res.start +
721 int pci_mmconfig_insert(struct device *dev, u16 seg, u8 start, u8 end,
731 if (start > end)
737 if (cfg->end_bus < end)
753 cfg = pci_mmconfig_alloc(seg, start, end, addr);
795 int pci_mmconfig_delete(u16 seg, u8 start, u8 end)
802 cfg->end_bus == end) {