Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/kernel/cpu/shmobile/
Dcpuidle.c22 SUSP_SH_SLEEP, /* regular sleep mode */
23 SUSP_SH_SLEEP | SUSP_SH_SF, /* sleep mode + self refresh */
31 unsigned long allowed_mode = SUSP_SH_SLEEP; in cpuidle_sleep_enter()
Dpm.c34 #define SUSP_MODE_SLEEP (SUSP_SH_SLEEP)
35 #define SUSP_MODE_SLEEP_SF (SUSP_SH_SLEEP | SUSP_SH_SF)
78 unsigned long sh_mobile_sleep_supported = SUSP_SH_SLEEP;
/linux-3.4.99/arch/sh/include/asm/
Dsuspend.h88 #define SUSP_SH_SLEEP (1 << 0) /* Regular sleep mode */ macro