Lines Matching refs:indexCounter
1251 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1253 for(indexCounter = 0 ; indexCounter<LPLL_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1255 if (LPLLSettingTBL[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1257 MsOS_DelayTaskUs(LPLLSettingTBL[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1261 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1262 LPLLSettingTBL[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1263 LPLLSettingTBL[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()
1275 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1277 for(indexCounter = 0 ; indexCounter<LPLL_EXT_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1279 … if (LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1281 MsOS_DelayTaskUs(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1285 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1286 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1287 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()