Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dpm33xx.h34 #define WFI_FLAG_SAVE_EMIF BIT(2) macro
/Linux-v4.19/arch/arm/mach-omap2/
Dsleep33xx.S81 tst r4, #WFI_FLAG_SAVE_EMIF
Dsleep43xx.S182 tst r4, #WFI_FLAG_SAVE_EMIF
/Linux-v4.19/drivers/soc/ti/
Dpm33xx.c324 suspend_wfi_flags |= WFI_FLAG_SAVE_EMIF; in am33xx_pm_probe()