Searched refs:PCI_PREF_MEMORY_LIMIT (Results 1 – 6 of 6) sorted by relevance
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_auto.c | 224 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 D | pci_auto_old.c | 232 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 D | pci_bridge.c | 139 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 D | pnv_phb.c | 232 pci_set_word(conf + PCI_PREF_MEMORY_LIMIT, 0xfff1); in pnv_phb_root_port_reset_hold()
|
| /openbmc/u-boot/cmd/ |
| H A D | pci.c | 215 { "prefetch memory limit", PCI_SIZE_16, PCI_PREF_MEMORY_LIMIT },
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 253 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|