Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb4.h73 #define PNV_PHB4_MAX_MBEs (PNV_PHB4_MAX_MMIO_WINDOWS * 2) macro
141 uint64_t ioda_MBT[PNV_PHB4_MAX_MBEs];
/openbmc/qemu/hw/pci-host/
H A Dpnv_phb4.c287 mask = phb->big_phb ? PNV_PHB4_MAX_MBEs : (PNV_PHB4_MAX_MBEs >> 1); in pnv_phb4_ioda_access()