Lines Matching defs:end
172 max = bus->busn_res.end;
261 char end;
273 ret = sscanf(p, "/%x.%x%c", &slot, &func, &end);
300 &func, &end);
303 ret = sscanf(wpath, "%x:%x.%x%c", &bus, &slot, &func, &end);
1595 int start, int end, int retry,
1600 for (index = end; index >= start; index--)
3133 resource_size_t start, end;
3198 end = start + (max_offset | 0x03);
3214 end += ((u64)max_offset_upper << 32);
3217 if (end < start) {
3230 res->end = end;
3499 * pci_acs_path_enable - test ACS flags from start to end in a hierarchy
3501 * @end: ending upstream device or NULL to search to the root bus
3504 * Walk up a device tree from start to end testing PCI ACS support. If
3508 struct pci_dev *end, u16 acs_flags)
3519 return (end == NULL);
3522 } while (pdev != end);
4083 if (res->end > IO_SPACE_LIMIT)
6213 resource_size_t *start, resource_size_t *end)
6216 *end = rsrc->end;
6317 * fixed offset before the end of the BAR.
6336 r->end = align - 1;
6341 r->end = r->start + size - 1;
6399 r->end = resource_size(r) - 1;