Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/radio/si470x/
Dradio-si470x-common.c248 static unsigned int si470x_get_step(struct si470x_device *radio) in si470x_get_step() function
277 *freq = chan * si470x_get_step(radio) + bands[radio->band].rangelow; in si470x_get_freq()
293 chan = (freq - bands[radio->band].rangelow) / si470x_get_step(radio); in si470x_set_freq()