Home
last modified time | relevance | path

Searched refs:PCI_MEMORY_LIMIT (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c141 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 Dpci.c902 pci_set_word(d->wmask + PCI_MEMORY_LIMIT, in pci_init_mask_bridge()
/openbmc/linux/arch/x86/pci/
H A Dce4100.c202 case PCI_MEMORY_LIMIT: in bridge_read()
214 if (reg == PCI_MEMORY_LIMIT) in bridge_read()
/openbmc/linux/arch/xtensa/lib/
H A Dpci-auto.c163 pci_write_config_word(dev, PCI_MEMORY_LIMIT, in pciauto_prescan_setup_bridge()
/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c271 dm_pci_write_config16(dev, PCI_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c275 pci_hose_write_config_word(hose, dev, PCI_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/openbmc/qemu/hw/pci-host/
H A Dxilinx-pcie.c280 pci_set_word(pci_dev->config + PCI_MEMORY_LIMIT, in xilinx_pcie_root_realize()
H A Dpnv_phb.c232 pci_set_word(conf + PCI_MEMORY_LIMIT, 0xfff0); in pnv_phb_root_port_reset_hold()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h143 #define PCI_MEMORY_LIMIT 0x22 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h144 #define PCI_MEMORY_LIMIT 0x22 macro
/openbmc/u-boot/cmd/
H A Dpci.c213 { "memory limit", PCI_SIZE_16, PCI_MEMORY_LIMIT },
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_pci.c952 …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 Dcpqphp_ctrl.c2481 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 Dcpqphp_pci.c761 pci_bus_read_config_word(pci_bus, devfn, PCI_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
H A Dibmphp_res.c2012 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 Dpci.h249 #define PCI_MEMORY_LIMIT 0x22 macro
/openbmc/linux/drivers/pci/
H A Dprobe.c448 pci_read_config_word(dev, PCI_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio()