Lines Matching refs:AgModeLop
721 u16 AgModeLop = 0; in SetCfgRfAgc() local
741 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
744 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
746 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
748 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
769 u16 AgModeLop = 0; in SetCfgRfAgc() local
783 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
786 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
788 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
790 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
821 u16 AgModeLop = 0; in SetCfgRfAgc() local
834 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
837 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
839 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
841 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
1189 u16 AgModeLop = 0; in SetCfgPga() local
1195 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1198 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1199 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_DYNAMIC; in SetCfgPga()
1200 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()
1223 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1226 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1227 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_STATIC; in SetCfgPga()
1228 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()