Searched refs:SMC0 (Results 1 – 3 of 3) sorted by relevance
286 SMC_SetPowerModeProtection(SMC0, kSMC_AllowPowerModeAll); in BOARD_BootClockHSRUN()287 SMC_SetPowerModeHsrun(SMC0); in BOARD_BootClockHSRUN()288 while (SMC_GetPowerModeState(SMC0) != kSMC_PowerStateHsrun) in BOARD_BootClockHSRUN()398 SMC_SetPowerModeProtection(SMC0, kSMC_AllowPowerModeAll); in BOARD_BootClockVLPR()399 SMC_SetPowerModeVlpr(SMC0); in BOARD_BootClockVLPR()400 while (SMC_GetPowerModeState(SMC0) != kSMC_PowerStateVlpr) in BOARD_BootClockVLPR()
19636 #define SMC0 ((SMC_Type *)SMC0_BASE) macro19644 #define SMC_BASE_PTRS { SMC0, SMC1 }
19746 #define SMC0 ((SMC_Type *)SMC0_BASE) macro19754 #define SMC_BASE_PTRS { SMC0, SMC1 }