Searched refs:ui32PowerConfig (Results 1 – 6 of 6) sorted by relevance
57 PowerCtrlSourceSet(uint32_t ui32PowerConfig) in PowerCtrlSourceSet() argument60 ASSERT((ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) || in PowerCtrlSourceSet()61 (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) || in PowerCtrlSourceSet()62 (ui32PowerConfig == PWRCTRL_PWRSRC_ULDO)); in PowerCtrlSourceSet()65 if(ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) { in PowerCtrlSourceSet()69 else if (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) in PowerCtrlSourceSet()
158 extern void PowerCtrlSourceSet(uint32_t ui32PowerConfig);179 uint32_t ui32PowerConfig; in PowerCtrlSourceGet() local182 ui32PowerConfig = HWREG(AON_PMCTL_BASE + AON_PMCTL_O_PWRCTL); in PowerCtrlSourceGet()183 if(ui32PowerConfig & AON_PMCTL_PWRCTL_DCDC_ACTIVE) in PowerCtrlSourceGet()
869 ((void (*)(uint32_t ui32PowerConfig)) \
59 PowerCtrlSourceSet(uint32_t ui32PowerConfig) in PowerCtrlSourceSet() argument62 ASSERT((ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) || in PowerCtrlSourceSet()63 (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) || in PowerCtrlSourceSet()64 (ui32PowerConfig == PWRCTRL_PWRSRC_ULDO)); in PowerCtrlSourceSet()67 if(ui32PowerConfig == PWRCTRL_PWRSRC_DCDC) { in PowerCtrlSourceSet()71 else if (ui32PowerConfig == PWRCTRL_PWRSRC_GLDO) in PowerCtrlSourceSet()
160 extern void PowerCtrlSourceSet(uint32_t ui32PowerConfig);181 uint32_t ui32PowerConfig; in PowerCtrlSourceGet() local184 ui32PowerConfig = HWREG(AON_PMCTL_BASE + AON_PMCTL_O_PWRCTL); in PowerCtrlSourceGet()185 if(ui32PowerConfig & AON_PMCTL_PWRCTL_DCDC_ACTIVE) in PowerCtrlSourceGet()
867 ((void (*)(uint32_t ui32PowerConfig)) \