Home
last modified time | relevance | path

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

/linux/drivers/media/radio/si470x/
H A Dradio-si470x.h100 #define STATUSRSSI_STC 0x4000 /* bits 14..14: Seek/Tune Complete */ macro
H A Dradio-si470x-common.c222 if ((radio->registers[STATUSRSSI] & STATUSRSSI_STC) == 0) in si470x_set_chan()
347 if ((radio->registers[STATUSRSSI] & STATUSRSSI_STC) == 0) in si470x_set_seek()