Searched refs:PCI_PREF_MEMORY_BASE (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/drivers/pci/ |
D | setup-bus.c | 160 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, l); in pci_setup_bridge() 198 pci_read_config_dword(bridge, PCI_PREF_MEMORY_BASE, &pmem); in pci_bridge_check_ranges() 200 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, in pci_bridge_check_ranges() 202 pci_read_config_dword(bridge, PCI_PREF_MEMORY_BASE, &pmem); in pci_bridge_check_ranges() 203 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, 0x0); in pci_bridge_check_ranges()
|
D | pci.c | 1193 pci_read_config_word(dev, PCI_PREF_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_bases()
|
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 228 PCI_PREF_MEMORY_BASE, in pciauto_postscan_setup_bridge()
|
D | pci.c | 551 pci_write_config_word(dev, PCI_PREF_MEMORY_BASE, mem_base); in update_bridge_base()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 249 PCI_PREF_MEMORY_BASE, 0); in pciauto_prescan_setup_bridge()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | ibmphp_pci.c | 956 …g_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_PREF_MEMORY_BASE, &pfmem_bas… in configure_bridge() 1003 …g_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_PREF_MEMORY_BASE, 0x0000 | b… in configure_bridge() 1018 …nfig_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_PREF_MEMORY_BASE, 0xffff); in configure_bridge()
|
D | pciehp_ctrl.c | 2148 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2155 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2381 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
|
D | cpqphp_ctrl.c | 2635 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2641 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2850 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
|
D | shpchp_ctrl.c | 2591 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2598 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function() 2823 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, temp_word); in configure_new_function()
|
D | pciehp_pci.c | 764 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 756 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in shpchp_save_used_resources()
|
D | acpiphp_glue.c | 625 pci_read_config_word(bridge->pci_dev, PCI_PREF_MEMORY_BASE, &tmp16); in add_p2p_bridge()
|
D | cpqphp_pci.c | 965 …word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2089 …_config_word_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_PREF_MEMORY_BASE, &start_mem… in update_bridge_ranges()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | cardbus.c | 398 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, l); in program_bridge()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 129 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ macro
|