Lines Matching refs:fppShift
181 uint32_t fppShift, in GetInfoRateReg() argument
209 *p_Integer = (tmp<<fppShift) / div; in GetInfoRateReg()
215 *p_Fraction = (((tmp<<fppShift)<<16) - ((*p_Integer<<16)*div)) / div; in GetInfoRateReg()
230 uint8_t fppShift=0; in CalcRates() local
275 fppShift++; in CalcRates()
277 if (fppShift > 15) in CalcRates()
288 fppShift = 31; in CalcRates()
293 fppShift=16; in CalcRates()
300 fppShift++; in CalcRates()
309 …rateMode, p_NonPassthroughAlgParam->committedInfoRate, tsuInTenthNanos, fppShift, &integer, &fract… in CalcRates()
311 …eMode, p_NonPassthroughAlgParam->peakOrExcessInfoRate, tsuInTenthNanos, fppShift, &integer, &fract… in CalcRates()
321 *fpp = CalcFPP(fppShift); in CalcRates()