Home
last modified time | relevance | path

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

/arch/arm/mach-meson/
Dplatsmp.c312 int ret, power_mode; in meson8_smp_cpu_kill() local
317 power_mode = scu_get_cpu_power_mode(scu_base, cpu); in meson8_smp_cpu_kill()
319 if (power_mode == SCU_PM_POWEROFF) in meson8_smp_cpu_kill()
325 if (power_mode != SCU_PM_POWEROFF) { in meson8_smp_cpu_kill()
356 int ret, power_mode, count = 5000; in meson8b_smp_cpu_kill() local
359 power_mode = scu_get_cpu_power_mode(scu_base, cpu); in meson8b_smp_cpu_kill()
361 if (power_mode == SCU_PM_POWEROFF) in meson8b_smp_cpu_kill()
367 if (power_mode != SCU_PM_POWEROFF) { in meson8b_smp_cpu_kill()
/arch/arm/mach-s3c/
Dmach-n30.c367 static void n30_sdi_set_power(unsigned char power_mode, unsigned short vdd) in n30_sdi_set_power() argument
369 s3c24xx_mci_def_set_power(power_mode, vdd); in n30_sdi_set_power()
371 switch (power_mode) { in n30_sdi_set_power()
Dmach-h1940.c457 static void h1940_set_mmc_power(unsigned char power_mode, unsigned short vdd) in h1940_set_mmc_power() argument
459 s3c24xx_mci_def_set_power(power_mode, vdd); in h1940_set_mmc_power()
461 switch (power_mode) { in h1940_set_mmc_power()
Dmach-rx1950.c560 static void rx1950_set_mmc_power(unsigned char power_mode, unsigned short vdd) in rx1950_set_mmc_power() argument
562 s3c24xx_mci_def_set_power(power_mode, vdd); in rx1950_set_mmc_power()
564 switch (power_mode) { in rx1950_set_mmc_power()
Ddevs.c841 void s3c24xx_mci_def_set_power(unsigned char power_mode, unsigned short vdd) in s3c24xx_mci_def_set_power() argument
843 switch (power_mode) { in s3c24xx_mci_def_set_power()