Searched refs:PCI_MEMORY_LIMIT (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 160 PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
|
D | pci.c | 544 pci_write_config_word(dev, PCI_MEMORY_LIMIT, mem_limit); in update_bridge_base()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 277 PCI_MEMORY_LIMIT, pciauto_lower_memspc >> 16); in pciauto_postscan_setup_bridge()
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 2125 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2131 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2345 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2352 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
|
D | cpqphp_ctrl.c | 2614 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2620 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2817 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2824 …ig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
|
D | shpchp_ctrl.c | 2568 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2574 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2787 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2794 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
|
D | ibmphp_pci.c | 989 …fig_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_MEMORY_LIMIT, 0x0000 | bus… in configure_bridge() 1000 …e_config_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge()
|
D | pciehp_pci.c | 750 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 742 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources()
|
D | acpiphp_glue.c | 612 pci_read_config_word(bridge->pci_dev, PCI_MEMORY_LIMIT, &tmp16); in add_p2p_bridge()
|
D | cpqphp_pci.c | 951 …g_word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2039 …pci_read_config_word_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_MEMORY_LIMIT, &end_m… in update_bridge_ranges()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 126 #define PCI_MEMORY_LIMIT 0x22 macro
|
/linux-2.4.37.9/drivers/pci/ |
D | pci.c | 1183 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_bases()
|