Lines Matching refs:dtv_property_cache

843 	struct dtv_frontend_properties *p = &fe->dtv_property_cache;  in dib7070_set_param_override()
861 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib7770_set_param_override()
1285 struct dtv_frontend_properties *p = &fe->dtv_property_cache; in dib807x_set_param_override()
1634 ratio = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) / freq_adc; in dib8090_compute_pll_parameters()
1635 rest = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) - ratio * freq_adc; in dib8090_compute_pll_parameters()
1654 u8 pll_ratio, band = BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000); in dib8096_set_param_override()
1662 …uency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency); in dib8096_set_param_override()
1676 if (fe->dtv_property_cache.bandwidth_hz != 6000000) { in dib8096_set_param_override()
1682 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override()
1696 …state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz /… in dib8096_set_param_override()
2048 deb_info("bandwidth = %d", fe->dtv_property_cache.bandwidth_hz); in dib8096p_get_best_sampling()
2074 …if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)… in dib8096p_get_best_sampling()
2077 …for (harmonic_id = (fe->dtv_property_cache.frequency / (1000 * fs)); harmonic_id <= ((fe->dtv_pro… in dib8096p_get_best_sampling()
2078dtv_property_cache.frequency / 1000 - (fe->dtv_property_cache.bandwidth_hz / 2000))) && ((fs * ha… in dib8096p_get_best_sampling()
2090 … Fs %6d; Prediv %2d; Loopdiv %2d; Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_c… in dib8096p_get_best_sampling()
2130 state->dib8000_ops.update_pll(fe, &pll, fe->dtv_property_cache.bandwidth_hz / 1000, 0); in dib8096p_agc_startup()
2562 deb_info("bandwidth = %d fdem_min =%d", fe->dtv_property_cache.bandwidth_hz, fdem_min); in dib7090p_get_best_sampling()
2587 …if ((fdem >= fdem_min) && (fdem <= fdem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz/1000)) { in dib7090p_get_best_sampling()
2590 …for (harmonic_id = (fe->dtv_property_cache.frequency / (1000*fs)) ; harmonic_id <= ((fe->dtv_prop… in dib7090p_get_best_sampling()
2591dtv_property_cache.frequency/1000) - (fe->dtv_property_cache.bandwidth_hz/2000))) && ((fs*harmoni… in dib7090p_get_best_sampling()