Lines Matching defs:start
103 struct pci_fixup *start, *end;
107 start = __start_pci_fixups_early;
112 start = __start_pci_fixups_header;
119 start = __start_pci_fixups_final;
124 start = __start_pci_fixups_enable;
129 start = __start_pci_fixups_resume;
134 start = __start_pci_fixups_resume_early;
139 start = __start_pci_fixups_suspend;
144 start = __start_pci_fixups_suspend_late;
152 pci_do_fixups(dev, start, end);
528 r->start = 0;
545 if ((r->start & 0x3ffffff) || r->end != r->start + 0x3ffffff) {
547 r->start = 0;
573 bus_region.start = region;
621 bus_region.start = region;
1277 r->start = 0;
2221 if (r->start & 0x8) {
2223 r->start = 0;
2252 r->start = 0;
3167 * point, the SDHCI controller will start seeing them. It seems to be the
3402 dev->resource[2].end = dev->resource[2].start + ((u64) 1 << val) - 1;
3408 dev->resource[4].end = dev->resource[4].start + ((u64) 1 << val) - 1;
4054 /* Set HINIC_VF_FLR_PROC_BIT for the start of FLR */