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()
1170 u16 AgModeLop = 0; in SetCfgPga() local
1176 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1179 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1180 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_DYNAMIC; in SetCfgPga()
1181 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()
1204 status = Read16(state, B_FE_AG_REG_AG_MODE_LOP__A, &AgModeLop, 0x0000); in SetCfgPga()
1207 AgModeLop &= (~(B_FE_AG_REG_AG_MODE_LOP_MODE_C__M)); in SetCfgPga()
1208 AgModeLop |= B_FE_AG_REG_AG_MODE_LOP_MODE_C_STATIC; in SetCfgPga()
1209 status = Write16(state, B_FE_AG_REG_AG_MODE_LOP__A, AgModeLop, 0x0000); in SetCfgPga()