cpqhp_rom_start    45 drivers/pci/hotplug/cpqphp_core.c static void __iomem *cpqhp_rom_start;
cpqhp_rom_start   712 drivers/pci/hotplug/cpqphp_core.c 	cpqhp_rom_start = ioremap(ROM_PHY_ADDR, ROM_PHY_LEN);
cpqhp_rom_start   713 drivers/pci/hotplug/cpqphp_core.c 	if (!cpqhp_rom_start) {
cpqhp_rom_start   722 drivers/pci/hotplug/cpqphp_core.c 	compaq_nvram_init(cpqhp_rom_start);
cpqhp_rom_start   725 drivers/pci/hotplug/cpqphp_core.c 	smbios_table = detect_SMBIOS_pointer(cpqhp_rom_start,
cpqhp_rom_start   726 drivers/pci/hotplug/cpqphp_core.c 					cpqhp_rom_start + ROM_PHY_LEN);
cpqhp_rom_start   748 drivers/pci/hotplug/cpqphp_core.c 	iounmap(cpqhp_rom_start);
cpqhp_rom_start  1111 drivers/pci/hotplug/cpqphp_core.c 	rc = cpqhp_find_available_resources(ctrl, cpqhp_rom_start);
cpqhp_rom_start  1256 drivers/pci/hotplug/cpqphp_core.c 	rc = compaq_nvram_store(cpqhp_rom_start);
cpqhp_rom_start  1352 drivers/pci/hotplug/cpqphp_core.c 	if (cpqhp_rom_start)
cpqhp_rom_start  1353 drivers/pci/hotplug/cpqphp_core.c 		iounmap(cpqhp_rom_start);