Searched refs:AgModeLop (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 707 u16 AgModeLop = 0; in SetCfgRfAgc() local 727 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc() 730 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc() 732 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc() 734 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc() 755 u16 AgModeLop = 0; in SetCfgRfAgc() local 769 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc() 772 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc() 774 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc() 776 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc() [all …]
|