Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c181 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()
[all …]