Searched refs:tsel_index (Results 1 – 1 of 1) sorted by relevance
714 uint8_t tsel_index = GETFIELD(CQ_TAR_TSEL_INDEX, xive->regs[CQ_TAR >> 3]); in pnv_xive_table_set_data() local740 if (tsel_index >= max_index) { in pnv_xive_table_set_data()741 xive_error(xive, "IC: invalid index %d", (int) tsel_index); in pnv_xive_table_set_data()745 xive_table[tsel_index] = val; 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()756 if (tsel == CQ_TAR_TSEL_EDT && tsel_index == ARRAY_SIZE(xive->edt)) { in pnv_xive_table_set_data()