Lines Matching refs:end
257 if (res->start == 0 && res->end == 0)
274 if (res->start <= r->start && res->end >= r->end)
297 resource_size_t start, end;
308 if (res->end < mmconfig->start || res->start > mmconfig->end ||
309 (res->start == mmconfig->start && res->end == mmconfig->end))
317 end = res->start - 1;
318 pnp_add_mem_resource(dev, start, end, 0);
320 if (mmconfig->end > res->end) {
321 start = res->end + 1;
322 end = mmconfig->end;
323 pnp_add_mem_resource(dev, start, end, 0);
383 region.end = region.start + 32*1024 - 1;
391 if (res->end < mch.start || res->start > mch.end)
393 if (res->start == mch.start && res->end == mch.end)
399 res->end = mch.end;