Lines Matching defs:region
669 /* Iterate through all bits. We ignore the last bit as this region is
726 * The IO region is hard coded since it is fixed in HW as well.
742 /* NOTE: The decode register setup is a bit weird... region
747 * In a similar vein, region 0xf4000000 is actually the HT IO space but
847 /* This also maps the I/O region and sets isa_io/mem_base */
1184 * Oh and there's another funny bug. The OF properties advertize the region
1186 * actually not true, this region is the memory mapped config space. So we
1192 struct resource *region = NULL;
1200 /* Find the largest MMIO region */
1210 if (!region || resource_size(r) > resource_size(region))
1211 region = r;
1214 if (!region)
1218 printk(KERN_INFO "PCI: Fixup U4 PCIe bridge range: %pR\n", region);
1224 reg = ((region->start >> 16) & 0xfff0) | (region->end & 0xfff00000);