Lines Matching refs:rangehigh
58 .rangehigh = 108 * FREQ_MUL,
67 .rangehigh = 30 * FREQ_MUL,
75 freq <= si476x_bands[band].rangehigh; in si476x_radio_freq_is_inside_of_the_band()
82 high <= si476x_bands[band].rangehigh; in si476x_radio_range_is_inside_of_the_band()
433 tuner->rangehigh = si476x_bands[SI476X_BAND_FM].rangehigh; in si476x_radio_g_tuner()
686 const u32 midrange = (si476x_bands[SI476X_BAND_AM].rangehigh + in si476x_radio_s_frequency()
701 si476x_bands[band].rangehigh); in si476x_radio_s_frequency()
735 u32 rangelow = seek->rangelow, rangehigh = seek->rangehigh; in si476x_radio_s_hw_freq_seek() local
755 if (!rangehigh) { in si476x_radio_s_hw_freq_seek()
758 &rangehigh); in si476x_radio_s_hw_freq_seek()
761 rangehigh = si476x_to_v4l2(radio->core, rangehigh); in si476x_radio_s_hw_freq_seek()
764 if (rangelow > rangehigh) { in si476x_radio_s_hw_freq_seek()
769 if (si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
774 si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
786 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
790 seek->rangehigh)); in si476x_radio_s_hw_freq_seek()