Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 220 PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
|
D | pci.c | 552 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, mem_limit); in update_bridge_base()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 251 PCI_PREF_MEMORY_LIMIT, 0); in pciauto_prescan_setup_bridge()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 2152 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()
|
D | cpqphp_ctrl.c | 2638 …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()
|
D | shpchp_ctrl.c | 2595 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()
|
D | ibmphp_pci.c | 1004 …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()
|
D | pciehp_pci.c | 765 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 757 pci_bus_read_config_word (pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources()
|
D | acpiphp_glue.c | 627 pci_read_config_word(bridge->pci_dev, PCI_PREF_MEMORY_LIMIT, &tmp16); in add_p2p_bridge()
|
D | cpqphp_pci.c | 967 …rd_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_PREF_MEMORY_LIMIT, &w_length… in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2090 …_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/ |
D | pci.h | 130 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 1194 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_bases()
|