Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dmt2063.c1409 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument
1412 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step); in MT2063_Round_fLO()
1463 u32 f_LO_Step, u32 f_Ref) in MT2063_CalcLO1Mult() argument
1470 (64 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO1Mult()
1471 (f_Ref / f_LO_Step / 2)) / (f_Ref / f_LO_Step); in MT2063_CalcLO1Mult()
1496 u32 f_LO_Step, u32 f_Ref) in MT2063_CalcLO2Mult() argument
1503 (8191 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO2Mult()
1504 (f_Ref / f_LO_Step / 2)) / (f_Ref / f_LO_Step); in MT2063_CalcLO2Mult()