Searched refs:s921_readreg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | s921.c | 249 #define s921_readreg(state, reg) \ macro 305 rc = s921_readreg(state, 0x80); in s921_pll_tune() 312 rc = s921_readreg(state, 0x01); in s921_pll_tune() 315 rc = s921_readreg(state, 0x80); in s921_pll_tune() 318 rc = s921_readreg(state, 0x80); in s921_pll_tune() 321 rc = s921_readreg(state, 0x32); in s921_pll_tune() 350 rc = s921_readreg(state, 0x81); in s921_read_status() 356 rc = s921_readreg(state, 0x82); in s921_read_status() 397 rc = s921_readreg(state, 0x01); in s921_read_signal_strength() 400 rc = s921_readreg(state, 0x80); in s921_read_signal_strength() [all …]
|