Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dpnv_xive_regs.h26 #define CQ_IC_BAR_64K PPC_BIT(1) macro
H A Dpnv_xive2_regs.h76 #define CQ_IC_BAR_64K PPC_BIT(1) macro
H A Dpnv_xive.c1011 xive->ic_shift = val & CQ_IC_BAR_64K ? 16 : 12; in pnv_xive_ic_reg_write()
1027 xive->ic_base = val & ~(CQ_IC_BAR_VALID | CQ_IC_BAR_64K); in pnv_xive_ic_reg_write()
H A Dpnv_xive2.c827 xive->ic_shift = val & CQ_IC_BAR_64K ? 16 : 12; in pnv_xive2_ic_cq_write()
838 xive->ic_base = val & ~(CQ_IC_BAR_VALID | CQ_IC_BAR_64K); in pnv_xive2_ic_cq_write()