Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/platform_data/
Dpm33xx.h34 #define WFI_FLAG_SAVE_EMIF BIT(2) macro
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dsleep33xx.S82 tst r4, #WFI_FLAG_SAVE_EMIF
Dsleep43xx.S184 tst r4, #WFI_FLAG_SAVE_EMIF
/kernel/linux/linux-5.10/drivers/soc/ti/
Dpm33xx.c554 suspend_wfi_flags |= WFI_FLAG_SAVE_EMIF; in am33xx_pm_probe()