comparison gsm-fw/L1/cfile/l1_async.c @ 548:67ab5f240b7d

gsm-fw/L1/cfile/*.c: s/ANLG_FAM/ANALOG/
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 16:13:52 +0000
parents 96a96ec34139
children b1e2dbb3c751
comparison
equal deleted inserted replaced
547:32f7494783db 548:67ab5f240b7d
6756 // 1 | 1 Acouustic devices 6756 // 1 | 1 Acouustic devices
6757 // 1 | 0 speech encoder 6757 // 1 | 0 speech encoder
6758 // 0 | 1 speech decoder 6758 // 0 | 1 speech decoder
6759 // 0 | 0 no test 6759 // 0 | 0 no test
6760 6760
6761 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3) || (ANLG_FAM == 11)) 6761 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3) || (ANALOG == 11))
6762 vbctl3 = ( (l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff & 0xE7FF) | 6762 vbctl3 = ( (l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff & 0xE7FF) |
6763 (dai_vbctl3[((T_OML1_START_DAI_TEST_REQ *)(msg->SigP))->tested_device] << 11) ); 6763 (dai_vbctl3[((T_OML1_START_DAI_TEST_REQ *)(msg->SigP))->tested_device] << 11) );
6764 l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff = vbctl3 | TRUE; 6764 l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff = vbctl3 | TRUE;
6765 #endif 6765 #endif
6766 6766
6785 UWORD32 vbctl3; 6785 UWORD32 vbctl3;
6786 6786
6787 // DAI test is stopped "on fly". 6787 // DAI test is stopped "on fly".
6788 l1a_l1s_com.dedic_set.aset->dai_mode = 0; 6788 l1a_l1s_com.dedic_set.aset->dai_mode = 0;
6789 6789
6790 #if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3)) 6790 #if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3))
6791 // program vbctl3 6791 // program vbctl3
6792 vbctl3 = (l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff & 0xE7FF); 6792 vbctl3 = (l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff & 0xE7FF);
6793 l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff = vbctl3 | TRUE; 6793 l1s_dsp_com.dsp_ndb_ptr ->d_dai_onoff = vbctl3 | TRUE;
6794 #endif 6794 #endif
6795 6795