Searched refs:domainIndex (Results 1 – 8 of 8) sorted by relevance
162 uint32_t domainIndex = 0UL; in SRC_SLICE_ControlByCpuLowPowerMode() local174 for (domainIndex = 0UL; domainIndex < 8UL; domainIndex++) in SRC_SLICE_ControlByCpuLowPowerMode()176 if (0UL != (domainMap & (1UL << ((regIndex * 8UL) + domainIndex)))) in SRC_SLICE_ControlByCpuLowPowerMode()178 … tmp32 &= ~((uint32_t)SRC_MIX_SLICE_LPM_SETTING_1_LPM_SETTING_D0_MASK << (domainIndex * 4U)); in SRC_SLICE_ControlByCpuLowPowerMode()179 … tmp32 |= ((uint32_t)SRC_MIX_SLICE_LPM_SETTING_1_LPM_SETTING_D0(level) << (domainIndex * 4U)); in SRC_SLICE_ControlByCpuLowPowerMode()
1918 uint32_t domainIndex = 0UL; in CLOCK_OSCPLL_ControlByCpuLowPowerMode() local1933 for (domainIndex = 0UL; domainIndex < 8UL; domainIndex++) in CLOCK_OSCPLL_ControlByCpuLowPowerMode()1935 if (0UL != (domainMap & (1UL << ((regIndex * 8UL) + domainIndex)))) in CLOCK_OSCPLL_ControlByCpuLowPowerMode()1937 tmp32 &= ~((uint32_t)CCM_OSCPLL_LPM0_LPM_SETTING_D0_MASK << (domainIndex * 4U)); in CLOCK_OSCPLL_ControlByCpuLowPowerMode()1938 tmp32 |= ((uint32_t)CCM_OSCPLL_LPM0_LPM_SETTING_D0(level) << (domainIndex * 4U)); in CLOCK_OSCPLL_ControlByCpuLowPowerMode()1950 uint32_t domainIndex = 0UL; in CLOCK_LPCG_ControlByCpuLowPowerMode() local1965 for (domainIndex = 0UL; domainIndex < 8UL; domainIndex++) in CLOCK_LPCG_ControlByCpuLowPowerMode()1967 if (0UL != (domainMap & (1UL << ((regIndex * 8UL) + domainIndex)))) in CLOCK_LPCG_ControlByCpuLowPowerMode()1969 tmp32 &= ~((uint32_t)CCM_LPCG_LPM0_LPM_SETTING_D0_MASK << (domainIndex * 4U)); in CLOCK_LPCG_ControlByCpuLowPowerMode()1970 tmp32 |= ((uint32_t)CCM_LPCG_LPM0_LPM_SETTING_D0(level) << (domainIndex * 4U)); in CLOCK_LPCG_ControlByCpuLowPowerMode()