Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dpnv_psi.c80 #define PSIHB_XIVR_SRC_MSK (0x7ull << PSIHB_XIVR_SRC_SH) macro
230 src = (psi->regs[xivr_reg] & PSIHB_XIVR_SRC_MSK) >> PSIHB_XIVR_SRC_SH; in pnv_psi_power8_set_irq()
278 PSIHB_XIVR_SRC_MSK)); in pnv_psi_set_xivr()
282 src = (val & PSIHB_XIVR_SRC_MSK) >> PSIHB_XIVR_SRC_SH; in pnv_psi_set_xivr()