Home
last modified time | relevance | path

Searched refs:STATUSRSSI_RDSR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/radio/si470x/
H A Dradio-si470x.h99 #define STATUSRSSI_RDSR 0x8000 /* bits 15..15: RDS Ready (Si4701 only) */ macro
H A Dradio-si470x-i2c.c268 if ((radio->registers[STATUSRSSI] & STATUSRSSI_RDSR) == 0) in si470x_i2c_interrupt()
H A Dradio-si470x-usb.c401 if ((radio->registers[STATUSRSSI] & STATUSRSSI_RDSR) == 0) { in si470x_int_in_callback()