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

/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c237 * si470x_get_step - get channel spacing
239 static unsigned int si470x_get_step(struct si470x_device *radio) function
268 *freq = chan * si470x_get_step(radio) + bands[radio->band].rangelow;
284 chan = (freq - bands[radio->band].rangelow) / si470x_get_step(radio);

Completed in 137 milliseconds