Lines Matching refs:temp_word

71 	u16 temp_word;  in handle_switch_change()  local
98 temp_word = ctrl->ctrl_int_comp >> 16; in handle_switch_change()
99 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change()
100 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change()
146 u16 temp_word; in handle_presence_change() local
182 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change()
183 temp_byte = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
184 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
215 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change()
216 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
217 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
1990 u16 temp_word; in cpqhp_process_SI() local
2027 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2028 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2029 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2057 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2058 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2060 (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2374 u16 temp_word; in configure_new_function() local
2535 temp_word = mem_node->base >> 16; in configure_new_function()
2536 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2538 temp_word = (mem_node->base + mem_node->length - 1) >> 16; in configure_new_function()
2539 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2545 temp_word = p_mem_node->base >> 16; in configure_new_function()
2546 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2548 temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16; in configure_new_function()
2549 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2663 temp_word = 0x0000; in configure_new_function()
2664 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
2689 temp_word = (hold_mem_node->base) >> 16; in configure_new_function()
2690 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2708 temp_word = (mem_node->base - 1) >> 16; in configure_new_function()
2709 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2715 temp_word = 0x0000; in configure_new_function()
2716 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2741 temp_word = (hold_p_mem_node->base) >> 16; in configure_new_function()
2742 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2760 temp_word = (p_mem_node->base - 1) >> 16; in configure_new_function()
2761 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2766 temp_word = 0x0000; in configure_new_function()
2767 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2947 temp_word = 0x0157; /* = PCI_COMMAND_IO | in configure_new_function()
2954 PCI_COMMAND, temp_word); in configure_new_function()