Lines Matching refs:temp_word

57 	u16 temp_word;  in handle_switch_change()  local
84 temp_word = ctrl->ctrl_int_comp >> 16; in handle_switch_change()
85 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_switch_change()
86 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_switch_change()
132 u16 temp_word; in handle_presence_change() local
168 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change()
169 temp_byte = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
201 temp_word = ctrl->ctrl_int_comp >> 16; in handle_presence_change()
202 func->presence_save = (temp_word >> hp_slot) & 0x01; in handle_presence_change()
203 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in handle_presence_change()
1977 u16 temp_word; in cpqhp_process_SI() local
2014 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2015 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2016 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2044 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2045 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2047 (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2361 u16 temp_word; in configure_new_function() local
2522 temp_word = mem_node->base >> 16; in configure_new_function()
2523 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2525 temp_word = (mem_node->base + mem_node->length - 1) >> 16; in configure_new_function()
2526 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2532 temp_word = p_mem_node->base >> 16; in configure_new_function()
2533 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2535 temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16; in configure_new_function()
2536 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2650 temp_word = 0x0000; in configure_new_function()
2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
2676 temp_word = (hold_mem_node->base) >> 16; in configure_new_function()
2677 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2695 temp_word = (mem_node->base - 1) >> 16; in configure_new_function()
2696 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2702 temp_word = 0x0000; in configure_new_function()
2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2728 temp_word = (hold_p_mem_node->base) >> 16; in configure_new_function()
2729 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2747 temp_word = (p_mem_node->base - 1) >> 16; in configure_new_function()
2748 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2753 temp_word = 0x0000; in configure_new_function()
2754 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2932 temp_word = 0x0157; /* = PCI_COMMAND_IO | in configure_new_function()
2939 PCI_COMMAND, temp_word); in configure_new_function()