Lines Matching refs:AgModeLop
719 u16 AgModeLop = 0; in SetCfgRfAgc() local
739 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
742 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
744 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
746 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
767 u16 AgModeLop = 0; in SetCfgRfAgc() local
781 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
784 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
786 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
788 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
819 u16 AgModeLop = 0; in SetCfgRfAgc() local
832 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
835 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
837 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
839 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
1185 u16 AgModeLop = 0; in SetCfgPga() local
1191 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1194 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1195 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_DYNAMIC; in SetCfgPga()
1196 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()
1219 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1222 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1223 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_STATIC; in SetCfgPga()
1224 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()