Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c21 SUSP_SH_STANDBY | SUSP_SH_SF, /* software standby mode + self refresh */
91 if (sh_mobile_sleep_supported & SUSP_SH_STANDBY) in sh_mobile_setup_cpuidle()
H A Dpm.c33 #define SUSP_MODE_STANDBY_SF (SUSP_SH_STANDBY | SUSP_SH_SF)
H A Dsleep.S157 tst #SUSP_SH_STANDBY, r0
/linux/arch/sh/include/asm/
H A Dsuspend.h90 #define SUSP_SH_STANDBY (1 << 1) /* SH-Mobile Software standby mode */ macro