Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dpnv_xive.c713 uint64_t tsel = xive->regs[CQ_TAR >> 3] & CQ_TAR_TSEL; in pnv_xive_table_set_data()
714 uint8_t tsel_index = GETFIELD(CQ_TAR_TSEL_INDEX, xive->regs[CQ_TAR >> 3]); in pnv_xive_table_set_data()
747 if (xive->regs[CQ_TAR >> 3] & CQ_TAR_TBL_AUTOINC) { in pnv_xive_table_set_data()
748 xive->regs[CQ_TAR >> 3] = in pnv_xive_table_set_data()
749 SETFIELD(CQ_TAR_TSEL_INDEX, xive->regs[CQ_TAR >> 3], ++tsel_index); in pnv_xive_table_set_data()
1104 case CQ_TAR: /* Table Address */ in pnv_xive_ic_reg_write()
1237 case CQ_TAR: in pnv_xive_ic_reg_read()
H A Dpnv_xive_regs.h39 #define CQ_TAR 0x0f0 macro
H A Dpnv_xive2.c722 uint8_t tsel = GETFIELD(CQ_TAR_SELECT, xive->cq_regs[CQ_TAR >> 3]); in pnv_xive2_stt_set_data()
724 xive->cq_regs[CQ_TAR >> 3]); in pnv_xive2_stt_set_data()
738 if (xive->cq_regs[CQ_TAR >> 3] & CQ_TAR_AUTOINC) { in pnv_xive2_stt_set_data()
739 xive->cq_regs[CQ_TAR >> 3] = SETFIELD(CQ_TAR_ENTRY_SELECT, in pnv_xive2_stt_set_data()
740 xive->cq_regs[CQ_TAR >> 3], ++entry); in pnv_xive2_stt_set_data()
1098 case CQ_TAR: /* Set Translation Table Address */ in pnv_xive2_ic_cq_write()
H A Dpnv_xive2_regs.h113 #define CQ_TAR 0x070 macro