Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dpnv_psi.c76 #define PSIHB_XIVR_PRIO_SH 32 macro
77 #define PSIHB_XIVR_PRIO_MSK (0xffull << PSIHB_XIVR_PRIO_SH)
280 prio = (val & PSIHB_XIVR_PRIO_MSK) >> PSIHB_XIVR_PRIO_SH; in pnv_psi_set_xivr()