Home
last modified time | relevance | path

Searched refs:PCI_PREF_RANGE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c102 val = (tmp & PCI_PREF_RANGE_MASK) << 16; in pci_config_get_pref_base()
295 PCI_PREF_RANGE_MASK & 0xffff); in pci_bridge_disable_base_limit()
297 PCI_PREF_RANGE_MASK & 0xffff); in pci_bridge_disable_base_limit()
332 PCI_PREF_RANGE_MASK & 0xffff); in pci_bridge_reset()
334 PCI_PREF_RANGE_MASK & 0xffff); in pci_bridge_reset()
/openbmc/u-boot/include/
H A Dpci.h257 #define PCI_PREF_RANGE_MASK ~0x0f macro