Searched defs:FracN (Results 1 - 1 of 1) sorted by last modified time

/drivers/media/tuners/
H A Dmt2063.c486 * Add zones to protect the PLL FracN regions near zero
505 /* Exclude LO1 FracN */
521 /* Exclude LO2 FracN */
912 #define MT2063_LO1_FRACN_AVOID (0UL) /* LO1 FracN numerator avoid region (in Hz) */
913 #define MT2063_LO2_FRACN_AVOID (199999UL) /* LO2 FracN numerator avoid region (in Hz) */
1416 * fLO_FractionalTerm() - Calculates the portion contributed by FracN / denom.
1445 * value for a FracN PLL.
1451 * @FracN: OUTPUT: Fractional portion of the multiplier
1461 u32 *FracN,
1469 *FracN
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