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()
1950 u16 temp_word; in cpqhp_process_SI() local
1987 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
1988 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
1989 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2017 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2018 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2020 (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2328 u16 temp_word; in configure_new_function() local
2489 temp_word = mem_node->base >> 16; in configure_new_function()
2490 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2492 temp_word = (mem_node->base + mem_node->length - 1) >> 16; in configure_new_function()
2493 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2499 temp_word = p_mem_node->base >> 16; in configure_new_function()
2500 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2502 temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16; in configure_new_function()
2503 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2617 temp_word = 0x0000; in configure_new_function()
2618 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
2643 temp_word = (hold_mem_node->base) >> 16; in configure_new_function()
2644 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2662 temp_word = (mem_node->base - 1) >> 16; in configure_new_function()
2663 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2669 temp_word = 0x0000; in configure_new_function()
2670 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2695 temp_word = (hold_p_mem_node->base) >> 16; in configure_new_function()
2696 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2714 temp_word = (p_mem_node->base - 1) >> 16; in configure_new_function()
2715 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2720 temp_word = 0x0000; in configure_new_function()
2721 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2899 temp_word = 0x0157; /* = PCI_COMMAND_IO | in configure_new_function()
2906 PCI_COMMAND, temp_word); in configure_new_function()