Searched refs:LO_Frac (Results 1 – 1 of 1) sorted by relevance
114 u32 LO_Frac; in tda18218_set_params() local148 LO_Frac = c->frequency + priv->if_frequency; in tda18218_set_params()151 if (LO_Frac < 188000000) in tda18218_set_params()153 else if (LO_Frac < 253000000) in tda18218_set_params()155 else if (LO_Frac < 343000000) in tda18218_set_params()167 buf[0] = (LO_Frac / 1000) >> 12; /* LO_Frac_0 */ in tda18218_set_params()168 buf[1] = (LO_Frac / 1000) >> 4; /* LO_Frac_1 */ in tda18218_set_params()169 buf[2] = (LO_Frac / 1000) << 4 | in tda18218_set_params()