Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3_msi.c30 if (srcno >= (ivtbar & PHB_IVT_LENGTH_MASK)) { in phb3_msi_ive_addr()
32 srcno, (uint64_t) (ivtbar & PHB_IVT_LENGTH_MASK)); in phb3_msi_ive_addr()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb3_regs.h78 #define PHB_IVT_LENGTH_MASK PPC_BITMASK(52, 63) macro