Lines Matching refs:start
39 resource_size_t start = res->start; in pcibios_align_resource() local
41 if ((res->flags & IORESOURCE_IO) && (start & 0x300)) in pcibios_align_resource()
42 start = (start + 0x3ff) & ~0x3ff; in pcibios_align_resource()
44 return start; in pcibios_align_resource()
95 if (!r->start) in pcibios_allocate_bus_resources()
117 if (!r->start) /* Address not assigned at all */ in pcibios_allocate_resources()
125 r->start, r->end, r->flags, disabled, pass); in pcibios_allocate_resources()
128 r->end -= r->start; in pcibios_allocate_resources()
129 r->start = 0; in pcibios_allocate_resources()
175 if (!r->start && r->end) in pcibios_assign_resources()
181 r->end -= r->start; in pcibios_assign_resources()
182 r->start = 0; in pcibios_assign_resources()