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 */
2100 } else { /* we are already tuned to this frequency - the configuration is correct */
2102 /* do a minimal captrim even if the frequency has not changed */
2264 state->current_rf = state->fe->dtv_property_cache.frequency / 1000;
2279 state->current_band = (u8) BAND_OF_FREQUENCY(state->fe->dtv_property_cache.frequency / 1000);
2281 state->fe->dtv_property_cache.frequency / 1000 + (state->current_band ==
2285 /* in ISDB-T 1seg we shift tuning frequency */
2534 static int dib0090_get_frequency(struct dvb_frontend *fe, u32 * frequency)
2538 *frequency = 1000 * state->current_rf;