Home
last modified time | relevance | path

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

/linux/drivers/media/tuners/
H A Dmt2063.c1379 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument
1382 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step); in MT2063_Round_fLO()
1418 * evenly divisible by f_LO_Step.
1423 * @f_LO_Step: Minimum step size for the LO (in Hz).
1433 u32 f_LO_Step, u32 f_Ref) in MT2063_CalcLO1Mult() argument
1438 /* Calculate the numerator value (round to nearest f_LO_Step) */ in MT2063_CalcLO1Mult()
1440 (64 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) in MT2063_CalcLO1Mult()
1464 MT2063_CalcLO2Mult(u32 * Div,u32 * FracN,u32 f_LO,u32 f_LO_Step,u32 f_Ref) MT2063_CalcLO2Mult() argument
[all...]