Searched defs:f_LO (Results 1 - 1 of 1) sorted by relevance

/drivers/media/tuners/
H A Dmt2063.c1409 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) argument
1411 return f_ref * (f_LO / f_ref)
1412 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step);
1447 * This function assumes that the f_LO and f_Ref are
1452 * @f_LO: desired LO frequency.
1462 u32 f_LO,
1466 *Div = f_LO / f_Ref;
1470 (64 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) +
1480 * This function assumes that the f_LO and f_Ref are
1485 * @f_LO
1460 MT2063_CalcLO1Mult(u32 *Div, u32 *FracN, u32 f_LO, u32 f_LO_Step, u32 f_Ref) argument
1493 MT2063_CalcLO2Mult(u32 *Div, u32 *FracN, u32 f_LO, u32 f_LO_Step, u32 f_Ref) argument
[all...]

Completed in 43 milliseconds