Searched refs:FeAgRegAgAgcSio (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 740 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 741 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 744 FeAgRegAgAgcSio &= in SetCfgRfAgc() 746 FeAgRegAgAgcSio |= in SetCfgRfAgc() 748 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 792 u16 FeAgRegAgAgcSio = 0; in SetCfgRfAgc() local 793 status = Read16(state, FE_AG_REG_AG_AGC_SIO__A, &FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() 796 FeAgRegAgAgcSio &= in SetCfgRfAgc() 798 FeAgRegAgAgcSio |= in SetCfgRfAgc() 800 status = Write16(state, FE_AG_REG_AG_AGC_SIO__A, FeAgRegAgAgcSio, 0x0000); in SetCfgRfAgc() [all …]
|