Home
last modified time | relevance | path

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

/linux/arch/sh/kernel/cpu/shmobile/
H A Dcpuidle.c18 static unsigned long cpuidle_mode[] = { variable
34 for (k = ARRAY_SIZE(cpuidle_mode) - 1; k > 0; k--) in cpuidle_sleep_enter()
35 if (cpuidle_mode[k] == allowed_mode) in cpuidle_sleep_enter()
46 sh_mobile_call_standby(cpuidle_mode[k]); in cpuidle_sleep_enter()