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()
1944 u16 temp_word; in cpqhp_process_SI() local
1978 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
1979 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
1980 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2008 temp_word = ctrl->ctrl_int_comp >> 16; in cpqhp_process_SI()
2009 func->presence_save = (temp_word >> hp_slot) & 0x01; in cpqhp_process_SI()
2011 (temp_word >> (hp_slot + 7)) & 0x02; in cpqhp_process_SI()
2316 u16 temp_word; in configure_new_function() local
2477 temp_word = mem_node->base >> 16; in configure_new_function()
2478 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2480 temp_word = (mem_node->base + mem_node->length - 1) >> 16; in configure_new_function()
2481 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2487 temp_word = p_mem_node->base >> 16; in configure_new_function()
2488 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2490 temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16; in configure_new_function()
2491 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2605 temp_word = 0x0000; in configure_new_function()
2606 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word); in configure_new_function()
2631 temp_word = (hold_mem_node->base) >> 16; in configure_new_function()
2632 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2650 temp_word = (mem_node->base - 1) >> 16; in configure_new_function()
2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2657 temp_word = 0x0000; in configure_new_function()
2658 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2683 temp_word = (hold_p_mem_node->base) >> 16; in configure_new_function()
2684 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2702 temp_word = (p_mem_node->base - 1) >> 16; in configure_new_function()
2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2708 temp_word = 0x0000; in configure_new_function()
2709 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2887 temp_word = 0x0157; /* = PCI_COMMAND_IO | in configure_new_function()
2894 PCI_COMMAND, temp_word); in configure_new_function()