Searched refs:FeAgRegAgAgcSio (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 752 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 753 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 756 FeAgRegAgAgcSio &= in SetCfgRfAgc() 758 FeAgRegAgAgcSio |= in SetCfgRfAgc() 760 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 804 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 805 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 808 FeAgRegAgAgcSio &= in SetCfgRfAgc() 810 FeAgRegAgAgcSio |= in SetCfgRfAgc() 812 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() [all …]
|