Home
last modified time | relevance | path

Searched refs:TEA5777_FM_FREQ_STEP (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/media/radio/
Dradio-tea5777.c39 #define TEA5777_FM_FREQ_STEP 50 /* kHz */ macro
176 return (freq * TEA5777_FM_FREQ_STEP + TEA5777_FM_IF) * 16; in tea5777_freq_to_v4l2_freq()
195 freq = (freq - TEA5777_FM_IF) / TEA5777_FM_FREQ_STEP; in radio_tea5777_set_freq()