Searched refs:power_mode (Results 1 – 5 of 5) sorted by relevance
/arch/arm/mach-meson/ |
D | platsmp.c | 312 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/ |
D | mach-n30.c | 367 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()
|
D | mach-h1940.c | 457 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()
|
D | mach-rx1950.c | 560 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()
|
D | devs.c | 841 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()
|