Lines Matching refs:temp_word
2385 u16 temp_word; in configure_new_function() local
2563 temp_word = (u32)(mem_node->base >> 16); in configure_new_function()
2564 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2567 temp_word = (u32)((mem_node->base + mem_node->length - 1) >> 16); in configure_new_function()
2568 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2570 temp_word = 0xFFFF; in configure_new_function()
2571 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2573 temp_word = 0x0000; in configure_new_function()
2574 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2590 temp_word = (u32)(p_mem_node->base >> 16); in configure_new_function()
2591 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2594 temp_word = (u32)((p_mem_node->base + p_mem_node->length - 1) >> 16); in configure_new_function()
2595 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2597 temp_word = 0xFFFF; in configure_new_function()
2598 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2600 temp_word = 0x0000; in configure_new_function()
2601 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2767 temp_word = (u32)((hold_mem_node->base) >> 16); in configure_new_function()
2768 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
2786 temp_word = (u32)((mem_node->base - 1) >> 16); in configure_new_function()
2787 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2793 temp_word = 0x0000; in configure_new_function()
2794 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
2822 temp_word = (u32)((hold_p_mem_node->base) >> 16); in configure_new_function()
2823 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
2841 temp_word = (u32)((p_mem_node->base - 1) >> 16); in configure_new_function()
2842 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2847 temp_word = 0x0000; in configure_new_function()
2848 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
3036 temp_word = 0x00L; in configure_new_function()
3037 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_ROM_ADDRESS, temp_word); in configure_new_function()