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()
439 tuner->rangehigh = si476x_bands[SI476X_BAND_FM].rangehigh; in si476x_radio_g_tuner()
692 const u32 midrange = (si476x_bands[SI476X_BAND_AM].rangehigh + in si476x_radio_s_frequency()
707 si476x_bands[band].rangehigh); in si476x_radio_s_frequency()
741 u32 rangelow = seek->rangelow, rangehigh = seek->rangehigh; in si476x_radio_s_hw_freq_seek() local
761 if (!rangehigh) { in si476x_radio_s_hw_freq_seek()
764 &rangehigh); in si476x_radio_s_hw_freq_seek()
767 rangehigh = si476x_to_v4l2(radio->core, rangehigh); in si476x_radio_s_hw_freq_seek()
770 if (rangelow > rangehigh) { in si476x_radio_s_hw_freq_seek()
775 if (si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
780 si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
792 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
796 seek->rangehigh)); in si476x_radio_s_hw_freq_seek()