Searched refs:TM_LSMFB (Results 1 – 3 of 3) sorted by relevance
542 nvp.w2 = xive_set_field32(NVP2_W2_LSMFB, nvp.w2, regs[TM_LSMFB]); in xive2_tctx_save_ctx()763 tctx->regs[TM_QW1_OS + TM_LSMFB] = xive_get_field32(NVP2_W2_LSMFB, nvp->w2); in xive2_tctx_restore_os_ctx()830 if (first_group && regs[TM_LSMFB] < backlog_prio) { in xive2_tctx_need_resend()833 regs[TM_LSMFB] = group_prio; in xive2_tctx_need_resend()950 lsmfb_min = (group_enabled) ? regs[TM_LSMFB] : 0xff; in xive2_tctx_set_cppr()961 uint8_t pool_lsmfb = pregs[TM_LSMFB]; in xive2_tctx_set_cppr()1032 tctx->regs[ring_min + TM_LSMFB] = backlog_prio; in xive2_tctx_set_cppr()1288 regs[TM_LSMFB] = priority; in xive2_tm_set_lsmfb()
761 ring[TM_NSR], ring[TM_CPPR], ring[TM_IPB], ring[TM_LSMFB], in xive_tctx_ring_print()828 tctx->regs[TM_QW1_OS + TM_LSMFB] = 0xFF; in xive_tctx_reset()
76 #define TM_LSMFB 0x3 /* - + + + */ macro