Searched refs:f_LO (Results 1 – 1 of 1) sorted by relevance
1409 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument1411 return f_ref * (f_LO / f_ref) in MT2063_Round_fLO()1412 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step); in MT2063_Round_fLO()1462 u32 f_LO, in MT2063_CalcLO1Mult() argument1466 *Div = f_LO / f_Ref; in MT2063_CalcLO1Mult()1470 (64 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO1Mult()1495 u32 f_LO, in MT2063_CalcLO2Mult() argument1499 *Div = f_LO / f_Ref; in MT2063_CalcLO2Mult()1503 (8191 * (((f_LO % f_Ref) + (f_LO_Step / 2)) / f_LO_Step) + in MT2063_CalcLO2Mult()