Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive_regs.h34 #define CQ_PC_BARM_MASK PPC_BITMASK(26, 38) macro
H A Dpnv_xive.c589 return (~xive->regs[CQ_PC_BARM >> 3] + 1) & CQ_PC_BARM_MASK; in pnv_xive_pc_size()