Home
last modified time | relevance | path

Searched refs:PCI_IO_RANGE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci_bridge.c82 val = ((uint32_t)d->config[base] & PCI_IO_RANGE_MASK) << 8; in pci_config_get_io_base()
287 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_disable_base_limit()
289 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_disable_base_limit()
324 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_reset()
326 PCI_IO_RANGE_MASK & 0xff); in pci_bridge_reset()
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb.c226 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()
228 PCI_IO_RANGE_MASK & 0xff); in pnv_phb_root_port_reset_hold()
/openbmc/u-boot/include/
H A Dpci.h246 #define PCI_IO_RANGE_MASK ~0x0f macro