Lines Matching refs:indexCounter
1479 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1481 for(indexCounter = 0 ; indexCounter<LPLL_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1483 if (LPLLSettingTBL[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1485 MsOS_DelayTaskUs(LPLLSettingTBL[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1489 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1490 LPLLSettingTBL[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1491 LPLLSettingTBL[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()
1503 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1505 for(indexCounter = 0 ; indexCounter<LPLL_EXT_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1507 … if (LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1509 MsOS_DelayTaskUs(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1513 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1514 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1515 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()