Lines Matching defs:mch
367 struct resource mch;
394 memset(&mch, 0, sizeof(mch));
395 mch.flags = IORESOURCE_MEM;
396 pcibios_bus_to_resource(host->bus, &mch, ®ion);
400 if (res->end < mch.start || res->start > mch.end)
402 if (res->start == mch.start && res->end == mch.end)
406 res, pci_name(host), &mch);
407 res->start = mch.start;
408 res->end = mch.end;