Searched refs:PCI_MEMORY_LIMIT (Results 1 – 17 of 17) sorted by relevance
/openbmc/qemu/hw/pci/ |
H A D | pci_bridge.c | 141 limit = pci_config_get_memory_base(bridge, PCI_MEMORY_LIMIT); in pci_bridge_get_limit() 292 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_disable_base_limit() 329 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_reset()
|
H A D | pci.c | 902 pci_set_word(d->wmask + PCI_MEMORY_LIMIT, in pci_init_mask_bridge()
|
/openbmc/linux/arch/x86/pci/ |
H A D | ce4100.c | 202 case PCI_MEMORY_LIMIT: in bridge_read() 214 if (reg == PCI_MEMORY_LIMIT) in bridge_read()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 163 pci_write_config_word(dev, PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_auto.c | 271 dm_pci_write_config16(dev, PCI_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
|
H A D | pci_auto_old.c | 275 pci_hose_write_config_word(hose, dev, PCI_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
|
/openbmc/qemu/hw/pci-host/ |
H A D | xilinx-pcie.c | 280 pci_set_word(pci_dev->config + PCI_MEMORY_LIMIT, in xilinx_pcie_root_realize()
|
H A D | pnv_phb.c | 232 pci_set_word(conf + PCI_MEMORY_LIMIT, 0xfff0); in pnv_phb_root_port_reset_hold()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 143 #define PCI_MEMORY_LIMIT 0x22 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 144 #define PCI_MEMORY_LIMIT 0x22 macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 213 { "memory limit", PCI_SIZE_16, PCI_MEMORY_LIMIT },
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 952 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000 | bus->rangeMem->end >> … in configure_bridge() 963 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, 0x0000); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2481 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2651 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function() 2658 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, temp_word); in configure_new_function()
|
H A D | cpqphp_pci.c | 761 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
|
H A D | ibmphp_res.c | 2012 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 249 #define PCI_MEMORY_LIMIT 0x22 macro
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 448 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()
|