SUSP_SH_SLEEP 19 arch/sh/kernel/cpu/shmobile/cpuidle.c SUSP_SH_SLEEP, /* regular sleep mode */ SUSP_SH_SLEEP 20 arch/sh/kernel/cpu/shmobile/cpuidle.c SUSP_SH_SLEEP | SUSP_SH_SF, /* sleep mode + self refresh */ SUSP_SH_SLEEP 28 arch/sh/kernel/cpu/shmobile/cpuidle.c unsigned long allowed_mode = SUSP_SH_SLEEP; SUSP_SH_SLEEP 31 arch/sh/kernel/cpu/shmobile/pm.c #define SUSP_MODE_SLEEP (SUSP_SH_SLEEP) SUSP_SH_SLEEP 32 arch/sh/kernel/cpu/shmobile/pm.c #define SUSP_MODE_SLEEP_SF (SUSP_SH_SLEEP | SUSP_SH_SF) SUSP_SH_SLEEP 75 arch/sh/kernel/cpu/shmobile/pm.c unsigned long sh_mobile_sleep_supported = SUSP_SH_SLEEP;