Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-omap2/
H A Dsleep33xx.S72 tst r4, #WFI_FLAG_SELF_REFRESH
90 tst r4, #WFI_FLAG_SELF_REFRESH
175 tst r4, #WFI_FLAG_SELF_REFRESH
H A Dsleep43xx.S174 tst r4, #WFI_FLAG_SELF_REFRESH
192 tst r4, #WFI_FLAG_SELF_REFRESH
324 tst r4, #WFI_FLAG_SELF_REFRESH
/openbmc/linux/include/linux/platform_data/
H A Dpm33xx.h33 #define WFI_FLAG_SELF_REFRESH BIT(1) macro
/openbmc/linux/drivers/soc/ti/
H A Dpm33xx.c552 suspend_wfi_flags |= WFI_FLAG_SELF_REFRESH; in am33xx_pm_probe()