Lines Matching defs:mch
358 struct resource mch;
385 memset(&mch, 0, sizeof(mch));
386 mch.flags = IORESOURCE_MEM;
387 pcibios_bus_to_resource(host->bus, &mch, ®ion);
391 if (res->end < mch.start || res->start > mch.end)
393 if (res->start == mch.start && res->end == mch.end)
397 res, pci_name(host), &mch);
398 res->start = mch.start;
399 res->end = mch.end;