Lines Matching defs:region
670 /* Iterate through all bits. We ignore the last bit as this region is
727 * The IO region is hard coded since it is fixed in HW as well.
743 /* NOTE: The decode register setup is a bit weird... region
748 * In a similar vein, region 0xf4000000 is actually the HT IO space but
848 /* This also maps the I/O region and sets isa_io/mem_base */
1189 * Oh and there's another funny bug. The OF properties advertize the region
1191 * actually not true, this region is the memory mapped config space. So we
1197 struct resource *region = NULL;
1205 /* Find the largest MMIO region */
1215 if (!region || resource_size(r) > resource_size(region))
1216 region = r;
1219 if (!region)
1223 printk(KERN_INFO "PCI: Fixup U4 PCIe bridge range: %pR\n", region);
1229 reg = ((region->start >> 16) & 0xfff0) | (region->end & 0xfff00000);