Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/radio/si4713/
H A Dradio-usb-si4713.c182 if (radio->buffer[2] & SI4713_CTS) in si4713_send_startup_command()
186 if ((radio->buffer[2] & SI4713_CTS) && radio->buffer[9] == 0x08) in si4713_send_startup_command()
333 if (radio->buffer[1] == 0 && (radio->buffer[2] & SI4713_CTS)) { in si4713_i2c_read()
H A Dsi4713.h115 #define SI4713_CTS (1<<7) macro
H A Dsi4713.c86 #define check_command_failed(status) (!(status & SI4713_CTS) || \
394 SI4713_STC_INT | SI4713_CTS); in si4713_powerup()