Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive2.c192 xive_get_field32(NVP2_W2_IPB, nvp->w2), in xive2_nvp_pic_print_info()
314 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, regs[TM_IPB]); in xive2_tctx_save_ctx()
578 ipb = xive_get_field32(NVP2_W2_IPB, nvp.w2); in xive2_tctx_need_resend()
580 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, 0); in xive2_tctx_need_resend()
937 ipb = xive_get_field32(NVP2_W2_IPB, nvp.w2) | in xive2_router_end_notify()
939 nvp.w2 = xive_set_field32(NVP2_W2_IPB, nvp.w2, ipb); in xive2_router_end_notify()
/openbmc/qemu/include/hw/ppc/
H A Dxive2_regs.h164 #define NVP2_W2_IPB PPC_BITMASK32(8, 15) macro