/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/linux/arch/mips/pci/ |
H A D | fixup-rc32434.c | 53 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, 0); in rc32434_pci_early_fixup()
|
/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()
|
H A D | pci.c | 922 pci_set_word(d->wmask + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge() 933 pci_word_test_and_set_mask(d->config + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge() 960 pci_word_test_and_set_mask(d->cmask + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge()
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | pci-auto.c | 191 pci_write_config_word(dev, PCI_PREF_MEMORY_LIMIT, in pciauto_postscan_setup_bridge()
|
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb.c | 234 pci_set_word(conf + PCI_PREF_MEMORY_LIMIT, 0xfff1); in pnv_phb_root_port_reset_hold()
|
/openbmc/linux/arch/x86/pci/ |
H A D | ce4100.c | 227 case PCI_PREF_MEMORY_LIMIT: in bridge_read()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 147 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 148 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 215 { "prefetch memory limit", PCI_SIZE_16, PCI_PREF_MEMORY_LIMIT },
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | ibmphp_pci.c | 967 …pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000 | bus->rangePFMem->… in configure_bridge() 982 pci_bus_write_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, 0x0000); in configure_bridge()
|
H A D | cpqphp_ctrl.c | 2491 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2703 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function() 2709 rc = pci_bus_write_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, temp_word); in configure_new_function()
|
H A D | cpqphp_pci.c | 782 pci_bus_read_config_word(pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &w_length); in cpqhp_save_used_resources()
|
H A D | ibmphp_res.c | 2059 pci_bus_read_config_word(ibmphp_pci_bus, devfn, PCI_PREF_MEMORY_LIMIT, &end_mem_address); in update_bridge_ranges()
|
/openbmc/u-boot/include/ |
H A D | pci.h | 253 #define PCI_PREF_MEMORY_LIMIT 0x26 macro
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 471 pci_read_config_word(dev, PCI_PREF_MEMORY_LIMIT, &mem_limit_lo); in pci_read_bridge_mmio_pref()
|