Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/platform_data/
H A Dpm33xx.h32 #define WFI_FLAG_FLUSH_CACHE BIT(0) macro
/openbmc/linux/arch/arm/mach-omap2/
H A Dsleep33xx.S40 tst r4, #WFI_FLAG_FLUSH_CACHE
183 tst r4, #WFI_FLAG_FLUSH_CACHE
H A Dsleep43xx.S80 tst r4, #WFI_FLAG_FLUSH_CACHE
311 tst r4, #WFI_FLAG_FLUSH_CACHE
H A Dpm33xx-core.c404 WFI_FLAG_FLUSH_CACHE; in amx3_idle_init()
/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c551 suspend_wfi_flags |= WFI_FLAG_FLUSH_CACHE; in am33xx_pm_probe()