Searched refs:STATUSRSSI (Results 1 – 2 of 2) sorted by relevance
222 if ((radio->registers[STATUSRSSI] & STATUSRSSI_STC) == 0) in si470x_set_chan()347 if ((radio->registers[STATUSRSSI] & STATUSRSSI_STC) == 0) in si470x_set_seek()349 if (radio->registers[STATUSRSSI] & STATUSRSSI_SF) in si470x_set_seek()610 retval = radio->get_register(radio, STATUSRSSI); in si470x_vidioc_g_tuner()626 if ((radio->registers[STATUSRSSI] & STATUSRSSI_ST) == 0) in si470x_vidioc_g_tuner()643 tuner->signal = (radio->registers[STATUSRSSI] & STATUSRSSI_RSSI); in si470x_vidioc_g_tuner()651 tuner->afc = (radio->registers[STATUSRSSI] & STATUSRSSI_AFCRL) ? 1 : 0; in si470x_vidioc_g_tuner()
98 #define STATUSRSSI 10 /* Status RSSI */ macro