Home
last modified time | relevance | path

Searched refs:suspend_wfi_flags (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/soc/ti/
H A Dpm33xx.c66 static unsigned long suspend_wfi_flags; variable
201 suspend_wfi_flags |= WFI_FLAG_RTC_ONLY; in am33xx_pm_suspend()
204 suspend_wfi_flags); in am33xx_pm_suspend()
206 suspend_wfi_flags &= ~WFI_FLAG_RTC_ONLY; in am33xx_pm_suspend()
217 suspend_wfi_flags); in am33xx_pm_suspend()
541 suspend_wfi_flags |= WFI_FLAG_FLUSH_CACHE; in am33xx_pm_probe()
542 suspend_wfi_flags |= WFI_FLAG_SELF_REFRESH; in am33xx_pm_probe()
543 suspend_wfi_flags |= WFI_FLAG_SAVE_EMIF; in am33xx_pm_probe()
544 suspend_wfi_flags |= WFI_FLAG_WAKE_M3; in am33xx_pm_probe()