Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/kernel/cpu/shmobile/
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()
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;
/linux-6.12.1/arch/sh/include/asm/
Dsuspend.h89 #define SUSP_SH_SLEEP (1 << 0) /* Regular sleep mode */ macro