temp_word         759 drivers/pci/hotplug/cpqphp_core.c 	u16 temp_word;
temp_word        1152 drivers/pci/hotplug/cpqphp_core.c 	temp_word = readw(ctrl->hpc_reg + MISC);
temp_word        1153 drivers/pci/hotplug/cpqphp_core.c 	temp_word |= 0x4006;
temp_word        1154 drivers/pci/hotplug/cpqphp_core.c 	writew(temp_word, ctrl->hpc_reg + MISC);
temp_word        1191 drivers/pci/hotplug/cpqphp_core.c 		temp_word = ctrl->ctrl_int_comp >> 16;
temp_word        1192 drivers/pci/hotplug/cpqphp_core.c 		func->presence_save = (temp_word >> hp_slot) & 0x01;
temp_word        1193 drivers/pci/hotplug/cpqphp_core.c 		func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
temp_word          57 drivers/pci/hotplug/cpqphp_ctrl.c 	u16 temp_word;
temp_word          84 drivers/pci/hotplug/cpqphp_ctrl.c 			temp_word = ctrl->ctrl_int_comp >> 16;
temp_word          85 drivers/pci/hotplug/cpqphp_ctrl.c 			func->presence_save = (temp_word >> hp_slot) & 0x01;
temp_word          86 drivers/pci/hotplug/cpqphp_ctrl.c 			func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
temp_word         132 drivers/pci/hotplug/cpqphp_ctrl.c 	u16 temp_word;
temp_word         168 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_word = ctrl->ctrl_int_comp >> 16;
temp_word         169 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_byte = (temp_word >> hp_slot) & 0x01;
temp_word         170 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
temp_word         201 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_word = ctrl->ctrl_int_comp >> 16;
temp_word         202 drivers/pci/hotplug/cpqphp_ctrl.c 				func->presence_save = (temp_word >> hp_slot) & 0x01;
temp_word         203 drivers/pci/hotplug/cpqphp_ctrl.c 				func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
temp_word        1950 drivers/pci/hotplug/cpqphp_ctrl.c 	u16 temp_word;
temp_word        1987 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = ctrl->ctrl_int_comp >> 16;
temp_word        1988 drivers/pci/hotplug/cpqphp_ctrl.c 		func->presence_save = (temp_word >> hp_slot) & 0x01;
temp_word        1989 drivers/pci/hotplug/cpqphp_ctrl.c 		func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
temp_word        2017 drivers/pci/hotplug/cpqphp_ctrl.c 			temp_word = ctrl->ctrl_int_comp >> 16;
temp_word        2018 drivers/pci/hotplug/cpqphp_ctrl.c 			func->presence_save = (temp_word >> hp_slot) & 0x01;
temp_word        2020 drivers/pci/hotplug/cpqphp_ctrl.c 			(temp_word >> (hp_slot + 7)) & 0x02;
temp_word        2328 drivers/pci/hotplug/cpqphp_ctrl.c 	u16 temp_word;
temp_word        2489 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = mem_node->base >> 16;
temp_word        2490 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word);
temp_word        2492 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = (mem_node->base + mem_node->length - 1) >> 16;
temp_word        2493 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
temp_word        2499 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = p_mem_node->base >> 16;
temp_word        2500 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word);
temp_word        2502 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16;
temp_word        2503 drivers/pci/hotplug/cpqphp_ctrl.c 		rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
temp_word        2617 drivers/pci/hotplug/cpqphp_ctrl.c 					temp_word = 0x0000;
temp_word        2618 drivers/pci/hotplug/cpqphp_ctrl.c 					rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word);
temp_word        2643 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_word = (hold_mem_node->base) >> 16;
temp_word        2644 drivers/pci/hotplug/cpqphp_ctrl.c 				rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word);
temp_word        2662 drivers/pci/hotplug/cpqphp_ctrl.c 					temp_word = (mem_node->base - 1) >> 16;
temp_word        2663 drivers/pci/hotplug/cpqphp_ctrl.c 					rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
temp_word        2669 drivers/pci/hotplug/cpqphp_ctrl.c 					temp_word = 0x0000;
temp_word        2670 drivers/pci/hotplug/cpqphp_ctrl.c 					rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
temp_word        2695 drivers/pci/hotplug/cpqphp_ctrl.c 				temp_word = (hold_p_mem_node->base) >> 16;
temp_word        2696 drivers/pci/hotplug/cpqphp_ctrl.c 				rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word);
temp_word        2714 drivers/pci/hotplug/cpqphp_ctrl.c 					temp_word = (p_mem_node->base - 1) >> 16;
temp_word        2715 drivers/pci/hotplug/cpqphp_ctrl.c 					rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
temp_word        2720 drivers/pci/hotplug/cpqphp_ctrl.c 					temp_word = 0x0000;
temp_word        2721 drivers/pci/hotplug/cpqphp_ctrl.c 					rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
temp_word        2899 drivers/pci/hotplug/cpqphp_ctrl.c 		temp_word = 0x0157;	/* = PCI_COMMAND_IO |
temp_word        2906 drivers/pci/hotplug/cpqphp_ctrl.c 					PCI_COMMAND, temp_word);
temp_word         161 drivers/pci/hotplug/cpqphp_pci.c 		u16 temp_word;
temp_word         184 drivers/pci/hotplug/cpqphp_pci.c 		temp_word = inb(0x4d0);
temp_word         185 drivers/pci/hotplug/cpqphp_pci.c 		temp_word |= inb(0x4d1) << 8;
temp_word         187 drivers/pci/hotplug/cpqphp_pci.c 		temp_word |= 0x01 << irq_num;
temp_word         192 drivers/pci/hotplug/cpqphp_pci.c 		outb((u8) (temp_word & 0xFF), 0x4d0); outb((u8) ((temp_word &
temp_word         298 drivers/pci/hotplug/shpchp_hpc.c 	u16 temp_word;
temp_word         310 drivers/pci/hotplug/shpchp_hpc.c 	temp_word =  (t_slot << 8) | (cmd & 0xFF);
temp_word         316 drivers/pci/hotplug/shpchp_hpc.c 	shpc_writew(ctrl, CMD, temp_word);