Home
last modified time | relevance | path

Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c220 PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
Dpci.c552 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, mem_limit); in update_bridge_base()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c251 PCI_PREF_MEMORY_LIMIT, 0); in pciauto_prescan_setup_bridge()
/linux-2.4.37.9/drivers/hotplug/
Dpciehp_ctrl.c2152 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2158 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2400 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2406 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
Dcpqphp_ctrl.c2638 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, temp_word… in configure_new_function()
2644 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, temp_word… in configure_new_function()
2868 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, temp_word… in configure_new_function()
2874 …ord_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, temp_word… in configure_new_function()
Dshpchp_ctrl.c2595 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2601 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2842 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
2848 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
Dibmphp_pci.c1004 …g_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_PREF_MEMORY_LIMIT, 0x0000 | … in configure_bridge()
1019 …fig_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_PREF_MEMORY_LIMIT, 0x0000); in configure_bridge()
Dpciehp_pci.c765 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources()
Dshpchp_pci.c757 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources()
Dacpiphp_glue.c627 pci_read_config_word(bridge->pci_dev, PCI_PREF_MEMORY_LIMIT, &tmp16); in add_p2p_bridge()
Dcpqphp_pci.c967 …rd_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, &w_length… in cpqhp_save_used_resources()
Dibmphp_res.c2090 …_config_word_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_PREF_MEMORY_LIMIT, &end_mem_… in update_bridge_ranges()
/linux-2.4.37.9/include/linux/
Dpci.h130 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
/linux-2.4.37.9/drivers/pci/
Dpci.c1194 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_bases()