Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x.h102 #define STATUSRSSI_AFCRL 0x1000 /* bits 12..12: AFC Rail */ macro
H A Dradio-si470x-common.c651 tuner->afc = (radio->registers[STATUSRSSI] & STATUSRSSI_AFCRL) ? 1 : 0; in si470x_vidioc_g_tuner()