Searched refs:s921_readreg (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | s921.c | 257 #define s921_readreg(state, reg) \ macro 313 rc = s921_readreg(state, 0x80); in s921_pll_tune() 320 rc = s921_readreg(state, 0x01); in s921_pll_tune() 323 rc = s921_readreg(state, 0x80); in s921_pll_tune() 326 rc = s921_readreg(state, 0x80); in s921_pll_tune() 329 rc = s921_readreg(state, 0x32); in s921_pll_tune() 358 rc = s921_readreg(state, 0x81); in s921_read_status() 364 rc = s921_readreg(state, 0x82); in s921_read_status() 405 rc = s921_readreg(state, 0x01); in s921_read_signal_strength() 408 rc = s921_readreg(state, 0x80); in s921_read_signal_strength() [all …]
|