Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dmt2063.c1433 u32 f_LO_Step, u32 f_Ref) in MT2063_CalcLO1Mult() argument
1436 *Div = f_LO / f_Ref; in MT2063_CalcLO1Mult()
1440 (64 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO1Mult()
1441 (f_Ref / f_LO_Step / 2)) / (f_Ref / f_LO_Step); in MT2063_CalcLO1Mult()
1443 return (f_Ref * (*Div)) + MT2063_fLO_FractionalTerm(f_Ref, *FracN, 64); in MT2063_CalcLO1Mult()
1464 u32 f_LO_Step, u32 f_Ref) in MT2063_CalcLO2Mult() argument
1467 *Div = f_LO / f_Ref; in MT2063_CalcLO2Mult()
1471 (8191 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO2Mult()
1472 (f_Ref / f_LO_Step / 2)) / (f_Ref / f_LO_Step); in MT2063_CalcLO2Mult()
1474 return (f_Ref * (*Div)) + MT2063_fLO_FractionalTerm(f_Ref, *FracN, in MT2063_CalcLO2Mult()