pre_mem_base      205 drivers/pci/hotplug/cpqphp.h 	u16 pre_mem_base;
pre_mem_base      221 drivers/pci/hotplug/cpqphp.h 	PRE_MEM_BASE =		offsetof(struct slot_rt, pre_mem_base),
pre_mem_base     1252 drivers/pci/hotplug/cpqphp_pci.c 		u16 pre_mem_base = readw(one_slot + PRE_MEM_BASE);
pre_mem_base     1256 drivers/pci/hotplug/cpqphp_pci.c 		    dev_func, io_base, io_length, mem_base, mem_length, pre_mem_base, pre_mem_length,
pre_mem_base     1348 drivers/pci/hotplug/cpqphp_pci.c 		temp_dword = pre_mem_base + pre_mem_length;
pre_mem_base     1349 drivers/pci/hotplug/cpqphp_pci.c 		if ((pre_mem_base) && (temp_dword < 0x10000)) {
pre_mem_base     1354 drivers/pci/hotplug/cpqphp_pci.c 			p_mem_node->base = pre_mem_base << 16;