Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_BASE (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c121 base = pci_config_get_memory_base(bridge, PCI_MEMORY_BASE); in pci_bridge_get_base()
268 ranges_overlap(address, len, PCI_MEMORY_BASE, 20) || in pci_bridge_write_config()
290 pci_word_test_and_set_mask(conf + PCI_MEMORY_BASE, in pci_bridge_disable_base_limit()
327 pci_word_test_and_clear_mask(conf + PCI_MEMORY_BASE, in pci_bridge_reset()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c196 dm_pci_write_config16(dev, PCI_MEMORY_BASE, in dm_pciauto_prescan_setup_bridge()
H A Dpci_auto_old.c204 pci_hose_write_config_word(hose, dev, PCI_MEMORY_BASE, in pciauto_prescan_setup_bridge()
/openbmc/qemu/hw/pci-host/
H A Dxilinx-pcie.c278 pci_set_word(pci_dev->config + PCI_MEMORY_BASE, s->mmio_base >> 16); in xilinx_pcie_root_realize()
H A Dpnv_phb.c229 pci_set_word(conf + PCI_MEMORY_BASE, 0); in pnv_phb_root_port_reset_hold()
/openbmc/u-boot/cmd/
H A Dpci.c212 { "memory base", PCI_SIZE_16, PCI_MEMORY_BASE },
/openbmc/u-boot/include/
H A Dpci.h248 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro