Lines Matching defs:frequency
98 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */
109 u32 max_freq; /* for every frequency less than or equal to that field: this information is correct */
1331 u32 f_MHz = state->fe->dtv_property_cache.frequency / 1000000;
1729 /* first turn for this frequency */
2098 } else { /* we are already tuned to this frequency - the configuration is correct */
2100 /* do a minimal captrim even if the frequency has not changed */
2262 state->current_rf = state->fe->dtv_property_cache.frequency / 1000;
2277 state->current_band = (u8) BAND_OF_FREQUENCY(state->fe->dtv_property_cache.frequency / 1000);
2279 state->fe->dtv_property_cache.frequency / 1000 + (state->current_band ==
2283 /* in ISDB-T 1seg we shift tuning frequency */
2532 static int dib0090_get_frequency(struct dvb_frontend *fe, u32 * frequency)
2536 *frequency = 1000 * state->current_rf;