Searched refs:PCI_MEMORY_BASE (Results 1 – 9 of 9) sorted by relevance
/linux-4.19.296/drivers/pci/ |
D | setup-res.c | 172 pci_write_config_dword(dev, PCI_MEMORY_BASE, 0x0000fff0); in pci_disable_bridge_window()
|
D | setup-bus.c | 630 pci_write_config_dword(bridge, PCI_MEMORY_BASE, l); in pci_setup_bridge_mmio()
|
D | probe.c | 451 pci_read_config_word(dev, PCI_MEMORY_BASE, &mem_base_lo); in pci_read_bridge_mmio()
|
/linux-4.19.296/drivers/pci/controller/ |
D | pci-mvebu.c | 552 case PCI_MEMORY_BASE: in mvebu_sw_pci_bridge_read() 702 case PCI_MEMORY_BASE: in mvebu_sw_pci_bridge_write()
|
/linux-4.19.296/include/uapi/linux/ |
D | pci_regs.h | 139 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
|
/linux-4.19.296/drivers/pci/hotplug/ |
D | ibmphp_pci.c | 952 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0x0000 | bus->rangeMem->start >>… in configure_bridge() 963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, 0xffff); in configure_bridge()
|
D | cpqphp_ctrl.c | 2523 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function() 2677 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_BASE, temp_word); in configure_new_function()
|
D | cpqphp_pci.c | 758 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_BASE, &w_base); in cpqhp_save_used_resources()
|
D | ibmphp_res.c | 2010 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_BASE, &start_mem_address); in update_bridge_ranges()
|