Lines Matching refs:indexCounter
1739 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1741 for(indexCounter = 0 ; indexCounter<LPLL_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1743 if (LPLLSettingTBL[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1745 MsOS_DelayTaskUs(LPLLSettingTBL[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1749 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1750 LPLLSettingTBL[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1751 LPLLSettingTBL[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()
1763 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1765 for(indexCounter = 0 ; indexCounter<LPLL_EXT_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1767 … if (LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1769 MsOS_DelayTaskUs(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1773 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1774 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1775 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()