Home
last modified time | relevance | path

Searched refs:PCI_PREF_MEMORY_BASE (Results 1 – 16 of 16) sorted by relevance

/linux-2.4.37.9/drivers/pci/
Dsetup-bus.c160 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()
Dpci.c1193 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/
Dpci_auto.c228 PCI_PREF_MEMORY_BASE, in pciauto_postscan_setup_bridge()
Dpci.c551 pci_write_config_word(dev, PCI_PREF_MEMORY_BASE, mem_base); in update_bridge_base()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c249 PCI_PREF_MEMORY_BASE, 0); in pciauto_prescan_setup_bridge()
/linux-2.4.37.9/drivers/hotplug/
Dibmphp_pci.c956 …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()
Dpciehp_ctrl.c2148 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()
Dcpqphp_ctrl.c2635 …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()
Dshpchp_ctrl.c2591 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()
Dpciehp_pci.c764 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in pciehp_save_used_resources()
Dshpchp_pci.c756 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_BASE, &w_base); in shpchp_save_used_resources()
Dacpiphp_glue.c625 pci_read_config_word(bridge->pci_dev, PCI_PREF_MEMORY_BASE, &tmp16); in add_p2p_bridge()
Dcpqphp_pci.c965 …word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
Dibmphp_res.c2089 …_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/
Dcardbus.c398 pci_write_config_dword(bridge, PCI_PREF_MEMORY_BASE, l); in program_bridge()
/linux-2.4.37.9/include/linux/
Dpci.h129 #define PCI_PREF_MEMORY_BASE 0x24 /* Prefetchable memory range behind */ macro