Searched refs:PCI_MEMORY_BASE (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/pci/ |
| H A D | pci_bridge.c | 121 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 D | pci_auto.c | 196 dm_pci_write_config16(dev, PCI_MEMORY_BASE, in dm_pciauto_prescan_setup_bridge()
|
| H A D | pci_auto_old.c | 204 pci_hose_write_config_word(hose, dev, PCI_MEMORY_BASE, in pciauto_prescan_setup_bridge()
|
| /openbmc/qemu/hw/pci-host/ |
| H A D | xilinx-pcie.c | 278 pci_set_word(pci_dev->config + PCI_MEMORY_BASE, s->mmio_base >> 16); in xilinx_pcie_root_realize()
|
| H A D | pnv_phb.c | 229 pci_set_word(conf + PCI_MEMORY_BASE, 0); in pnv_phb_root_port_reset_hold()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 212 { "memory base", PCI_SIZE_16, PCI_MEMORY_BASE },
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 248 #define PCI_MEMORY_BASE 0x20 /* Memory range behind */ macro
|