Home
last modified time | relevance | path

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

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