Lines Matching refs:temp_word

57 	u16 temp_word;
84 temp_word = ctrl->ctrl_int_comp >> 16;
85 func->presence_save = (temp_word >> hp_slot) & 0x01;
86 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
132 u16 temp_word;
168 temp_word = ctrl->ctrl_int_comp >> 16;
169 temp_byte = (temp_word >> hp_slot) & 0x01;
170 temp_byte |= (temp_word >> (hp_slot + 7)) & 0x02;
201 temp_word = ctrl->ctrl_int_comp >> 16;
202 func->presence_save = (temp_word >> hp_slot) & 0x01;
203 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
1944 u16 temp_word;
1978 temp_word = ctrl->ctrl_int_comp >> 16;
1979 func->presence_save = (temp_word >> hp_slot) & 0x01;
1980 func->presence_save |= (temp_word >> (hp_slot + 7)) & 0x02;
2008 temp_word = ctrl->ctrl_int_comp >> 16;
2009 func->presence_save = (temp_word >> hp_slot) & 0x01;
2011 (temp_word >> (hp_slot + 7)) & 0x02;
2316 u16 temp_word;
2477 temp_word = mem_node->base >> 16;
2478 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word);
2480 temp_word = (mem_node->base + mem_node->length - 1) >> 16;
2481 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
2487 temp_word = p_mem_node->base >> 16;
2488 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word);
2490 temp_word = (p_mem_node->base + p_mem_node->length - 1) >> 16;
2491 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
2605 temp_word = 0x0000;
2606 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_IO_LIMIT, temp_word);
2631 temp_word = (hold_mem_node->base) >> 16;
2632 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word);
2650 temp_word = (mem_node->base - 1) >> 16;
2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
2657 temp_word = 0x0000;
2658 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word);
2683 temp_word = (hold_p_mem_node->base) >> 16;
2684 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word);
2702 temp_word = (p_mem_node->base - 1) >> 16;
2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
2708 temp_word = 0x0000;
2709 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word);
2887 temp_word = 0x0157; /* = PCI_COMMAND_IO |
2894 PCI_COMMAND, temp_word);