Home
last modified time | relevance | path

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

/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()
H A Dpci.c1063 pci_set_word(d->wmask + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge()
1074 pci_word_test_and_set_mask(d->config + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge()
1101 pci_word_test_and_set_mask(d->cmask + PCI_PREF_MEMORY_LIMIT, in pci_init_mask_bridge()
/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()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h148 #define PCI_PREF_MEMORY_LIMIT 0x26 macro