Searched refs:PCI_MEMORY_BASE (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/arch/xtensa/lib/ |
D | pci-auto.c | 188 pci_write_config_word(dev, PCI_MEMORY_BASE, pciauto_upper_memspc >> 16); in pciauto_postscan_setup_bridge()
|
/linux-6.6.21/arch/x86/pci/ |
D | ce4100.c | 201 case PCI_MEMORY_BASE: in bridge_read()
|
/linux-6.6.21/drivers/pci/ |
D | pci-bridge-emul.c | 109 [PCI_MEMORY_BASE / 4] = {
|
D | setup-res.c | 177 pci_write_config_dword(dev, PCI_MEMORY_BASE, 0x0000fff0); in pci_disable_bridge_window()
|
D | setup-bus.c | 624 pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); in pci_setup_bridge_mmio()
|
D | probe.c | 447 pci_read_config_word(dev, PCI_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio()
|
/linux-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 142 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 951 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >>… in configure_bridge() 962 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0xffff); in configure_bridge()
|
D | cpqphp_ctrl.c | 2478 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2632 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
|
D | cpqphp_pci.c | 760 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2011 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, &start_mem_address); in update_bridge_ranges()
|
/linux-6.6.21/drivers/pci/controller/ |
D | vmd.c | 554 writel(0x0000fff0, base + PCI_MEMORY_BASE); in vmd_domain_reset()
|
D | pci-mvebu.c | 751 case PCI_MEMORY_BASE: in mvebu_pci_bridge_emul_base_conf_write()
|
/linux-6.6.21/arch/powerpc/platforms/powermac/ |
D | pci.c | 1230 pci_write_config_dword(dev, PCI_MEMORY_BASE, reg); in fixup_u4_pcie()
|