Searched refs:FeAgRegAgAgcSio (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 754 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 755 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 758 FeAgRegAgAgcSio &= in SetCfgRfAgc() 760 FeAgRegAgAgcSio |= in SetCfgRfAgc() 762 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 806 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 807 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 810 FeAgRegAgAgcSio &= in SetCfgRfAgc() 812 FeAgRegAgAgcSio |= in SetCfgRfAgc() 814 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() [all …]
|