Searched refs:_DPLL_CFG1_M_SHIFT (Results 1 – 11 of 11) sorted by relevance
143 #define _DPLL_CFG1_M_SHIFT 0 /**< Shift … macro
148 #define _DPLL_CFG1_M_SHIFT 0 /**< Shift … macro
253 …ick(DPLL_LOCKING_DELAY_US_FUNCTION((DPLL0->CFG1 & _DPLL_CFG1_M_MASK) >> _DPLL_CFG1_M_SHIFT, freq)); in sli_power_manager_init_hardware()
2691 EFM_ASSERT(init->m <= (_DPLL_CFG1_M_MASK >> _DPLL_CFG1_M_SHIFT)); in CMU_DPLLLock()2770 | ((uint32_t)init->m << _DPLL_CFG1_M_SHIFT); in CMU_DPLLLock()
2662 EFM_ASSERT(init->m <= (_DPLL_CFG1_M_MASK >> _DPLL_CFG1_M_SHIFT)); in CMU_DPLLLock()2741 | ((uint32_t)init->m << _DPLL_CFG1_M_SHIFT); in CMU_DPLLLock()