Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dpnv_phb3_msi.c110 prio = GETFIELD(IODA2_IVT_PRIORITY, ive); in phb3_msi_try_send()
333 if (GETFIELD(IODA2_IVT_PRIORITY, ive) == 0xff) { in pnv_phb3_msi_pic_print_info()
342 (uint32_t) GETFIELD(IODA2_IVT_PRIORITY, ive), in pnv_phb3_msi_pic_print_info()
/openbmc/qemu/include/hw/pci-host/
H A Dpnv_phb3_regs.h356 #define IODA2_IVT_PRIORITY PPC_BITMASK(24, 31) macro