Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/radio/si470x/
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()
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()
A Dradio-si470x-i2c.c249 retval = si470x_get_register(radio, STATUSRSSI); in si470x_i2c_interrupt()
253 if (radio->registers[STATUSRSSI] & STATUSRSSI_STC) in si470x_i2c_interrupt()
262 retval = si470x_get_register(radio, STATUSRSSI + regnr); in si470x_i2c_interrupt()
268 if ((radio->registers[STATUSRSSI] & STATUSRSSI_RDSR) == 0) in si470x_i2c_interrupt()
275 bler = (radio->registers[STATUSRSSI] & in si470x_i2c_interrupt()
A Dradio-si470x-usb.c388 radio->registers[STATUSRSSI] = in si470x_int_in_callback()
391 if (radio->registers[STATUSRSSI] & STATUSRSSI_STC) in si470x_int_in_callback()
397 radio->registers[STATUSRSSI + regnr] = in si470x_int_in_callback()
401 if ((radio->registers[STATUSRSSI] & STATUSRSSI_RDSR) == 0) { in si470x_int_in_callback()
405 if ((radio->registers[STATUSRSSI] & STATUSRSSI_RDSS) == 0) { in si470x_int_in_callback()
412 bler = (radio->registers[STATUSRSSI] & in si470x_int_in_callback()
A Dradio-si470x.h98 #define STATUSRSSI 10 /* Status RSSI */ macro

Completed in 7 milliseconds