Home
last modified time | relevance | path

Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpci_auto.c224 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, 0x0); in dm_pciauto_prescan_setup_bridge()
278 dm_pci_read_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
285 dm_pci_write_config16(dev, PCI_PREF_MEMORY_LIMIT, in dm_pciauto_postscan_setup_bridge()
H A Dpci_auto_old.c232 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, 0x0); in pciauto_prescan_setup_bridge()
283 PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
290 pci_hose_write_config_word(hose, dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
/openbmc/qemu/hw/pci/
H A Dpci_bridge.c139 bridge, PCI_PREF_MEMORY_LIMIT, PCI_PREF_LIMIT_UPPER32); in pci_bridge_get_limit()
296 pci_word_test_and_clear_mask(conf + PCI_PREF_MEMORY_LIMIT, in pci_bridge_disable_base_limit()
333 pci_word_test_and_clear_mask(conf + PCI_PREF_MEMORY_LIMIT, in pci_bridge_reset()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c232 pci_set_word(conf + PCI_PREF_MEMORY_LIMIT, 0xfff1); in pnv_phb_root_port_reset_hold()
/openbmc/u-boot/cmd/
H A Dpci.c215 { "prefetch memory limit", PCI_SIZE_16, PCI_PREF_MEMORY_LIMIT },
/openbmc/u-boot/include/
H A Dpci.h253 #define PCI_PREF_MEMORY_LIMIT 0x26 macro