Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dpci_auto.c160 PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
Dpci.c544 pci_write_config_word(dev, PCI_MEMORY_LIMIT, mem_limit); in update_bridge_base()
/linux-2.4.37.9/arch/mips/pci/
Dpci_auto.c277 PCI_MEMORY_LIMIT, pciauto_lower_memspc >> 16); in pciauto_postscan_setup_bridge()
/linux-2.4.37.9/drivers/hotplug/
Dpciehp_ctrl.c2125 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()
Dcpqphp_ctrl.c2614 …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()
Dshpchp_ctrl.c2568 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()
Dibmphp_pci.c989 …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()
Dpciehp_pci.c750 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in pciehp_save_used_resources()
Dshpchp_pci.c742 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in shpchp_save_used_resources()
Dacpiphp_glue.c612 pci_read_config_word(bridge->pci_dev, PCI_MEMORY_LIMIT, &tmp16); in add_p2p_bridge()
Dcpqphp_pci.c951 …g_word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
Dibmphp_res.c2039 …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/
Dpci.h126 #define PCI_MEMORY_LIMIT 0x22 macro
/linux-2.4.37.9/drivers/pci/
Dpci.c1183 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_bases()