Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive2.c95 uint64_t cfg_val = xive->cq_regs[CQ_XIVE_CFG >> 3]; in pnv_xive2_block_id()
738 if (xive->cq_regs[CQ_TAR >> 3] & CQ_TAR_AUTOINC) { in pnv_xive2_stt_set_data()
952 val = xive->cq_regs[reg]; in pnv_xive2_ic_cq_read()
989 if (xive->cq_regs[reg] & CQ_IC_BAR_VALID) { in pnv_xive2_ic_cq_write()
1030 if (xive->cq_regs[reg] & CQ_BAR_VALID) { in pnv_xive2_ic_cq_write()
1048 if (xive->cq_regs[reg] & CQ_BAR_VALID) { in pnv_xive2_ic_cq_write()
1066 if (xive->cq_regs[reg] & CQ_BAR_VALID) { in pnv_xive2_ic_cq_write()
1084 if (xive->cq_regs[reg] & CQ_BAR_VALID) { in pnv_xive2_ic_cq_write()
1110 xive->cq_regs[reg] = val; in pnv_xive2_ic_cq_write()
2216 xive->cq_regs[CQ_XIVE_CFG >> 3] = xive->config; in pnv_xive2_reset()
[all …]
/openbmc/qemu/include/hw/ppc/
H A Dpnv_xive.h136 uint64_t cq_regs[0x40]; member