Searched refs:setPointIndex (Results 1 – 7 of 7) sorted by relevance
232 uint32_t setPointIndex = 0UL; in PGMC_CPC_CACHE_ControlBySetPointMode() local246 for (setPointIndex = 0UL; setPointIndex < 8UL; setPointIndex++) in PGMC_CPC_CACHE_ControlBySetPointMode()248 if (0UL != (setPointMap & (1UL << ((regIndex * 8UL) + setPointIndex)))) in PGMC_CPC_CACHE_ControlBySetPointMode()250 … tmp32 &= ~((uint32_t)PGMC_CPC_CPC_CACHE_SP_CTRL_0_MLPL_AT_SP0_MASK << (setPointIndex * 4U)); in PGMC_CPC_CACHE_ControlBySetPointMode()251 tmp32 |= ((uint32_t)memoryLowPowerLevel << (setPointIndex * 4U)); in PGMC_CPC_CACHE_ControlBySetPointMode()332 uint32_t setPointIndex = 0UL; in PGMC_CPC_LMEM_ControlBySetPointMode() local346 for (setPointIndex = 0UL; setPointIndex < 8UL; setPointIndex++) in PGMC_CPC_LMEM_ControlBySetPointMode()348 if (0UL != (setPointMap & (1UL << ((regIndex * 8UL) + setPointIndex)))) in PGMC_CPC_LMEM_ControlBySetPointMode()350 … tmp32 &= ~((uint32_t)PGMC_CPC_CPC_LMEM_SP_CTRL_0_MLPL_AT_SP0_MASK << (setPointIndex * 4U)); in PGMC_CPC_LMEM_ControlBySetPointMode()351 tmp32 |= ((uint32_t)memoryLowPowerLevel << (setPointIndex * 4U)); in PGMC_CPC_LMEM_ControlBySetPointMode()