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()
431 tuner->rangehigh = si476x_bands[SI476X_BAND_FM].rangehigh; in si476x_radio_g_tuner()
684 const u32 midrange = (si476x_bands[SI476X_BAND_AM].rangehigh + in si476x_radio_s_frequency()
699 si476x_bands[band].rangehigh); in si476x_radio_s_frequency()
733 u32 rangelow = seek->rangelow, rangehigh = seek->rangehigh; in si476x_radio_s_hw_freq_seek() local
753 if (!rangehigh) { in si476x_radio_s_hw_freq_seek()
756 &rangehigh); in si476x_radio_s_hw_freq_seek()
759 rangehigh = si476x_to_v4l2(radio->core, rangehigh); in si476x_radio_s_hw_freq_seek()
762 if (rangelow > rangehigh) { in si476x_radio_s_hw_freq_seek()
767 if (si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
772 si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
784 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
788 seek->rangehigh)); in si476x_radio_s_hw_freq_seek()