Searched refs:PCI_MEMORY_BASE (Results 1 – 16 of 16) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | pci_auto.c | 213 PCI_MEMORY_BASE, in pciauto_postscan_setup_bridge()
|
D | pci.c | 543 pci_write_config_word(dev, PCI_MEMORY_BASE, mem_base); in update_bridge_base()
|
/linux-2.4.37.9/drivers/pci/ |
D | setup-bus.c | 143 pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); in pci_setup_bridge()
|
D | pci.c | 1182 pci_read_config_word(dev, PCI_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_bases()
|
/linux-2.4.37.9/arch/mips/pci/ |
D | pci_auto.c | 241 PCI_MEMORY_BASE, pciauto_lower_memspc >> 16); in pciauto_prescan_setup_bridge()
|
/linux-2.4.37.9/drivers/pcmcia/ |
D | cardbus.c | 393 pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); in program_bridge()
|
/linux-2.4.37.9/include/linux/ |
D | pci.h | 125 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
|
/linux-2.4.37.9/drivers/hotplug/ |
D | pciehp_ctrl.c | 2121 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2128 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2326 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
|
D | cpqphp_ctrl.c | 2611 …fig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2617 …fig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2799 …fig_word_nodev(ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_BASE, temp_word); in configure_new_function()
|
D | ibmphp_pci.c | 988 …pci_write_config_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_MEMORY_BASE, … in configure_bridge() 999 …pci_write_config_word_nodev (ibmphp_pci_root_ops, func->busno, device, function, PCI_MEMORY_BASE, … in configure_bridge()
|
D | shpchp_ctrl.c | 2564 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2571 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2768 rc = pci_bus_write_config_word (pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
|
D | pciehp_pci.c | 749 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in pciehp_save_used_resources()
|
D | shpchp_pci.c | 741 pci_bus_read_config_word (pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in shpchp_save_used_resources()
|
D | acpiphp_glue.c | 610 pci_read_config_word(bridge->pci_dev, PCI_MEMORY_BASE, &tmp16); in add_p2p_bridge()
|
D | cpqphp_pci.c | 949 …nfig_word_nodev (ctrl->pci_ops, func->bus, func->device, func->function, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2038 …pci_read_config_word_nodev (ibmphp_pci_root_ops, busno, device, function, PCI_MEMORY_BASE, &start_… in update_bridge_ranges()
|