end_mem_address  1909 drivers/pci/hotplug/ibmphp_res.c 	u16 vendor_id, upper_io_start, upper_io_end, start_mem_address, end_mem_address;
end_mem_address  2012 drivers/pci/hotplug/ibmphp_res.c 						pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address);
end_mem_address  2015 drivers/pci/hotplug/ibmphp_res.c 						end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;
end_mem_address  2059 drivers/pci/hotplug/ibmphp_res.c 						pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &end_mem_address);
end_mem_address  2063 drivers/pci/hotplug/ibmphp_res.c 						end_address = 0x00000000 | (end_mem_address & PCI_MEMORY_RANGE_MASK) << 16;