Home
last modified time | relevance | path

Searched refs:SUSP_SH_SLEEP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c19 SUSP_SH_SLEEP, /* regular sleep mode */
20 SUSP_SH_SLEEP | SUSP_SH_SF, /* sleep mode + self refresh */
28 unsigned long allowed_mode = SUSP_SH_SLEEP; in cpuidle_sleep_enter()
H A Dpm.c31 #define SUSP_MODE_SLEEP (SUSP_SH_SLEEP)
32 #define SUSP_MODE_SLEEP_SF (SUSP_SH_SLEEP | SUSP_SH_SF)
75 unsigned long sh_mobile_sleep_supported = SUSP_SH_SLEEP;
/openbmc/linux/arch/sh/include/asm/
H A Dsuspend.h89 #define SUSP_SH_SLEEP (1 << 0) /* Regular sleep mode */ macro