temp_register    1411 drivers/pci/hotplug/cpqphp_ctrl.c 	u32 temp_register = 0xFFFFFFFF;
temp_register    1500 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_register = 0xFFFFFFFF;
temp_register    1501 drivers/pci/hotplug/cpqphp_ctrl.c 		dbg("%s: temp register set to %x by power fault\n", __func__, temp_register);
temp_register    1507 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_read_config_dword(ctrl->pci_bus, PCI_DEVFN(func->device, func->function), PCI_VENDOR_ID, &temp_register);
temp_register    1509 drivers/pci/hotplug/cpqphp_ctrl.c 		dbg("%s: temp_register is %x\n", __func__, temp_register);
temp_register    1513 drivers/pci/hotplug/cpqphp_ctrl.c 			temp_register = 0xFFFFFFFF;
temp_register    1514 drivers/pci/hotplug/cpqphp_ctrl.c 			dbg("%s: temp register set to %x by error\n", __func__, temp_register);
temp_register    1521 drivers/pci/hotplug/cpqphp_ctrl.c 	if (temp_register != 0xFFFFFFFF) {
temp_register    2331 drivers/pci/hotplug/cpqphp_ctrl.c 	u32 temp_register;
temp_register    2764 drivers/pci/hotplug/cpqphp_ctrl.c 			temp_register = 0xFFFFFFFF;
temp_register    2767 drivers/pci/hotplug/cpqphp_ctrl.c 			rc = pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);
temp_register    2769 drivers/pci/hotplug/cpqphp_ctrl.c 			rc = pci_bus_read_config_dword(pci_bus, devfn, cloop, &temp_register);
temp_register    2770 drivers/pci/hotplug/cpqphp_ctrl.c 			dbg("CND: base = 0x%x\n", temp_register);
temp_register    2772 drivers/pci/hotplug/cpqphp_ctrl.c 			if (temp_register) {	  /* If this register is implemented */
temp_register    2773 drivers/pci/hotplug/cpqphp_ctrl.c 				if ((temp_register & 0x03L) == 0x01) {
temp_register    2777 drivers/pci/hotplug/cpqphp_ctrl.c 					base = temp_register & 0xFFFFFFFC;
temp_register    2792 drivers/pci/hotplug/cpqphp_ctrl.c 				} else if ((temp_register & 0x0BL) == 0x08) {
temp_register    2794 drivers/pci/hotplug/cpqphp_ctrl.c 					base = temp_register & 0xFFFFFFF0;
temp_register    2808 drivers/pci/hotplug/cpqphp_ctrl.c 				} else if ((temp_register & 0x0BL) == 0x00) {
temp_register    2810 drivers/pci/hotplug/cpqphp_ctrl.c 					base = temp_register & 0xFFFFFFF0;
temp_register    2832 drivers/pci/hotplug/cpqphp_ctrl.c 				if ((temp_register & 0x07L) == 0x04) {
temp_register     555 drivers/pci/hotplug/cpqphp_pci.c 	u32 temp_register;
temp_register     593 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = 0xFFFFFFFF;
temp_register     594 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);
temp_register     629 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = 0xFFFFFFFF;
temp_register     630 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);
temp_register     697 drivers/pci/hotplug/cpqphp_pci.c 	u32 temp_register;
temp_register     792 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = 0xFFFFFFFF;
temp_register     793 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);
temp_register     796 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = base;
temp_register     806 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFFE;
temp_register     807 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     816 drivers/pci/hotplug/cpqphp_pci.c 						io_node->length = temp_register;
temp_register     824 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFF0;
temp_register     825 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     833 drivers/pci/hotplug/cpqphp_pci.c 						p_mem_node->length = temp_register;
temp_register     841 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFF0;
temp_register     842 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     850 drivers/pci/hotplug/cpqphp_pci.c 						mem_node->length = temp_register;
temp_register     864 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = 0xFFFFFFFF;
temp_register     865 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);
temp_register     868 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = base;
temp_register     878 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFFE;
temp_register     879 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     887 drivers/pci/hotplug/cpqphp_pci.c 						io_node->length = temp_register;
temp_register     895 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFF0;
temp_register     896 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     904 drivers/pci/hotplug/cpqphp_pci.c 						p_mem_node->length = temp_register;
temp_register     912 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = base & 0xFFFFFFF0;
temp_register     913 drivers/pci/hotplug/cpqphp_pci.c 						temp_register = (~temp_register) + 1;
temp_register     921 drivers/pci/hotplug/cpqphp_pci.c 						mem_node->length = temp_register;
temp_register    1032 drivers/pci/hotplug/cpqphp_pci.c 	u32 temp_register = 0;
temp_register    1049 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_dword(pci_bus, devfn, PCI_VENDOR_ID, &temp_register);
temp_register    1052 drivers/pci/hotplug/cpqphp_pci.c 		if (temp_register == 0xFFFFFFFF)
temp_register    1055 drivers/pci/hotplug/cpqphp_pci.c 		if (temp_register != func->config_space[0])
temp_register    1059 drivers/pci/hotplug/cpqphp_pci.c 		pci_bus_read_config_dword(pci_bus, devfn, PCI_CLASS_REVISION, &temp_register);
temp_register    1062 drivers/pci/hotplug/cpqphp_pci.c 		if (temp_register != func->config_space[0x08 >> 2])
temp_register    1074 drivers/pci/hotplug/cpqphp_pci.c 			temp_register = func->config_space[0x18 >> 2];
temp_register    1075 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_write_config_dword(pci_bus, devfn, PCI_PRIMARY_BUS, temp_register);
temp_register    1077 drivers/pci/hotplug/cpqphp_pci.c 			secondary_bus = (temp_register >> 8) & 0xFF;
temp_register    1093 drivers/pci/hotplug/cpqphp_pci.c 			pci_bus_read_config_dword(pci_bus, devfn, PCI_SUBSYSTEM_VENDOR_ID, &temp_register);
temp_register    1095 drivers/pci/hotplug/cpqphp_pci.c 			if (temp_register != func->config_space[0x2C >> 2]) {
temp_register    1101 drivers/pci/hotplug/cpqphp_pci.c 				      && (temp_register == 0x00L)))
temp_register    1106 drivers/pci/hotplug/cpqphp_pci.c 				temp_register = 0xFFFFFFFF;
temp_register    1107 drivers/pci/hotplug/cpqphp_pci.c 				pci_bus_write_config_dword(pci_bus, devfn, cloop, temp_register);