Searched refs:CQ_TAR (Results 1 – 4 of 4) sorted by relevance
713 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()
39 #define CQ_TAR 0x0f0 macro
739 uint8_t tsel = GETFIELD(CQ_TAR_SELECT, xive->cq_regs[CQ_TAR >> 3]); in pnv_xive2_stt_set_data()741 xive->cq_regs[CQ_TAR >> 3]); in pnv_xive2_stt_set_data()755 if (xive->cq_regs[CQ_TAR >> 3] & CQ_TAR_AUTOINC) { in pnv_xive2_stt_set_data()756 xive->cq_regs[CQ_TAR >> 3] = SETFIELD(CQ_TAR_ENTRY_SELECT, in pnv_xive2_stt_set_data()757 xive->cq_regs[CQ_TAR >> 3], ++entry); in pnv_xive2_stt_set_data()1115 case CQ_TAR: /* Set Translation Table Address */ in pnv_xive2_ic_cq_write()
113 #define CQ_TAR 0x070 macro