Lines Matching refs:AgModeLop

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()
807 u16 AgModeLop = 0; in SetCfgRfAgc() local
820 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgRfAgc()
823 AgModeLop &= (~(FE_AG_REG_AG_MODE_LOP_MODE_5__M | in SetCfgRfAgc()
825 AgModeLop |= (FE_AG_REG_AG_MODE_LOP_MODE_5_STATIC | in SetCfgRfAgc()
827 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgRfAgc()
1178 u16 AgModeLop = 0; in SetCfgPga() local
1184 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1187 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1188 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_DYNAMIC; in SetCfgPga()
1189 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()
1212 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1215 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1216 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_STATIC; in SetCfgPga()
1217 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()