Searched refs:swton (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/arm/mach-imx/imx8ulp/upower/
H A Dupower_hal.c134 u32 swton; local
163 swton = PS_UPOWER | PS_FUSE | PS_FUSION_AO | PS_NIC_LPAV | PS_PXP_EPDC | PS_DDR |
165 ret = upwr_pwm_power_on(&swton, NULL, NULL);
H A Dupower_api.c90 int upwr_pwm_power_on(const u32 swton[], const u32 memon[], upwr_callb callb) argument
105 if (!swton)
109 (stsize = UPWR_PMC_SWT_WORDS * 4), 0, swton);
H A Dupower_api.h252 int upwr_pwm_power_on(const u32 swton[], const u32 memon[], upwr_callb callb);

Completed in 181 milliseconds