Lines Matching refs:index
2631 int index = 0; in CMU_DPLLLock() local
2676 index = (int)i; // Correct band found in CMU_DPLLLock()
2680 if ((uint32_t)index == HFRCOCALTABLE_ENTRIES) { in CMU_DPLLLock()
2684 hfrcoCalVal = hfrcoCalTable[index].value; in CMU_DPLLLock()
2687 if (hfrcoCalTable[index].band != (CMU_HFRCODPLLFreq_TypeDef)0) { in CMU_DPLLLock()
2690 tuning = (HFRCODPLLDevinfoGet(hfrcoCalTable[index].band) in CMU_DPLLLock()
10209 int index = 0; in CMU_DPLLLock() local
10237 index = (int)i; // Correct band found in CMU_DPLLLock()
10241 if ((uint32_t)index == HFRCOCTRLTABLE_ENTRIES) { in CMU_DPLLLock()
10245 hfrcoCtrlVal = hfrcoCtrlTable[index].value; in CMU_DPLLLock()
10248 if (hfrcoCtrlTable[index].band != (CMU_HFRCOFreq_TypeDef)0) { in CMU_DPLLLock()
10251 tuning = (CMU_HFRCODevinfoGet(hfrcoCtrlTable[index].band) in CMU_DPLLLock()