Lines Matching refs:rangehigh
67 .rangehigh = 108 * FREQ_MUL,
76 .rangehigh = 30 * FREQ_MUL,
84 freq <= si476x_bands[band].rangehigh; in si476x_radio_freq_is_inside_of_the_band()
91 high <= si476x_bands[band].rangehigh; in si476x_radio_range_is_inside_of_the_band()
456 tuner->rangehigh = si476x_bands[SI476X_BAND_FM].rangehigh; in si476x_radio_g_tuner()
709 const u32 midrange = (si476x_bands[SI476X_BAND_AM].rangehigh + in si476x_radio_s_frequency()
724 si476x_bands[band].rangehigh); in si476x_radio_s_frequency()
758 u32 rangelow, rangehigh; in si476x_radio_s_hw_freq_seek() local
779 if (!seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
782 &rangehigh); in si476x_radio_s_hw_freq_seek()
784 rangehigh = si476x_to_v4l2(radio->core, rangehigh); in si476x_radio_s_hw_freq_seek()
789 if (rangelow > rangehigh) { in si476x_radio_s_hw_freq_seek()
794 if (si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
799 si476x_radio_range_is_inside_of_the_band(rangelow, rangehigh, in si476x_radio_s_hw_freq_seek()
811 if (seek->rangehigh) { in si476x_radio_s_hw_freq_seek()
815 seek->rangehigh)); in si476x_radio_s_hw_freq_seek()