Searched refs:SMC1 (Results 1 – 3 of 3) sorted by relevance
292 SMC_SetPowerModeProtection(SMC1, kSMC_AllowPowerModeAll); in BOARD_BootClockHSRUN()293 SMC_SetPowerModeHsrun(SMC1); in BOARD_BootClockHSRUN()294 while (SMC_GetPowerModeState(SMC1) != kSMC_PowerStateHsrun) in BOARD_BootClockHSRUN()405 SMC_SetPowerModeProtection(SMC1, kSMC_AllowPowerModeAll); in BOARD_BootClockVLPR()406 SMC_SetPowerModeVlpr(SMC1); in BOARD_BootClockVLPR()407 while (SMC_GetPowerModeState(SMC1) != kSMC_PowerStateVlpr) in BOARD_BootClockVLPR()
19640 #define SMC1 ((SMC_Type *)SMC1_BASE) macro19644 #define SMC_BASE_PTRS { SMC0, SMC1 }
19750 #define SMC1 ((SMC_Type *)SMC1_BASE) macro19754 #define SMC_BASE_PTRS { SMC0, SMC1 }