Lines Matching refs:start
51 resource_size_t start = res->start;
54 /* Make sure we start at our min on all hoses */
55 if (start < PCIBIOS_MIN_IO + hose->io_resource->start)
56 start = PCIBIOS_MIN_IO + hose->io_resource->start;
61 if (start & 0x300)
62 start = (start + 0x3ff) & ~0x3ff;
64 /* Make sure we start at our min on all hoses */
65 if (start < PCIBIOS_MIN_MEM + hose->mem_resource->start)
66 start = PCIBIOS_MIN_MEM + hose->mem_resource->start;
69 return start;
172 res->start = range.cpu_addr;
271 if (!r->start && r->end) {