Lines Matching refs:indexCounter
1630 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1632 for(indexCounter = 0 ; indexCounter<LPLL_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1634 if (LPLLSettingTBL[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1636 MsOS_DelayTaskUs(LPLLSettingTBL[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1640 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1641 LPLLSettingTBL[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1642 LPLLSettingTBL[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()
1654 int indexCounter = 0; in _MHal_PNL_DumpLPLLTable() local
1656 for(indexCounter = 0 ; indexCounter<LPLL_EXT_REG_NUM; indexCounter++) in _MHal_PNL_DumpLPLLTable()
1658 … if (LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address == 0xFF) //delay in micro second in _MHal_PNL_DumpLPLLTable()
1660 MsOS_DelayTaskUs(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value); in _MHal_PNL_DumpLPLLTable()
1664 W2BYTEMSK(L_BK_LPLL(LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].address), in _MHal_PNL_DumpLPLLTable()
1665 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].value, in _MHal_PNL_DumpLPLLTable()
1666 LPLLSettingTBL_Ext[LPLLTblIndex][indexCounter].mask); in _MHal_PNL_DumpLPLLTable()