Lines Matching defs:start
196 struct pci_fixup *start, *end;
200 start = __start_pci_fixups_early;
205 start = __start_pci_fixups_header;
212 start = __start_pci_fixups_final;
217 start = __start_pci_fixups_enable;
222 start = __start_pci_fixups_resume;
227 start = __start_pci_fixups_resume_early;
232 start = __start_pci_fixups_suspend;
237 start = __start_pci_fixups_suspend_late;
245 pci_do_fixups(dev, start, end);
576 r->start = 0;
593 if ((r->start & 0x3ffffff) || r->end != r->start + 0x3ffffff) {
595 r->start = 0;
621 bus_region.start = region;
669 bus_region.start = region;
1325 r->start = 0;
2321 if (r->start & 0x8) {
2323 r->start = 0;
2352 r->start = 0;
3270 * point, the SDHCI controller will start seeing them. It seems to be the
3505 dev->resource[2].end = dev->resource[2].start + ((u64) 1 << val) - 1;
3511 dev->resource[4].end = dev->resource[4].start + ((u64) 1 << val) - 1;
4155 /* Set HINIC_VF_FLR_PROC_BIT for the start of FLR */