PCI_MEMORY_RANGE_MASK 2014 drivers/pci/hotplug/ibmphp_res.c 						start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
PCI_MEMORY_RANGE_MASK 2015 drivers/pci/hotplug/ibmphp_res.c 						end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
PCI_MEMORY_RANGE_MASK 2062 drivers/pci/hotplug/ibmphp_res.c 						start_address = 0x00000000 | (start_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
PCI_MEMORY_RANGE_MASK 2063 drivers/pci/hotplug/ibmphp_res.c 						end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
PCI_MEMORY_RANGE_MASK  448 drivers/pci/probe.c 	base = ((unsigned long) mem_base_lo & PCI_MEMORY_RANGE_MASK) << 16;
PCI_MEMORY_RANGE_MASK  449 drivers/pci/probe.c 	limit = ((unsigned long) mem_limit_lo & PCI_MEMORY_RANGE_MASK) << 16;