Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/kernel/cpu/shmobile/
Dcpuidle.c21 static unsigned long cpuidle_mode[] = { variable
37 for (k = ARRAY_SIZE(cpuidle_mode) - 1; k > 0; k--) in cpuidle_sleep_enter()
38 if (cpuidle_mode[k] == allowed_mode) in cpuidle_sleep_enter()
49 sh_mobile_call_standby(cpuidle_mode[k]); in cpuidle_sleep_enter()