spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git] / arch / arm / include / asm / smp_scu.h
blob4eb6d005ffaa4b625c9f86fc8532b046d0cf1f6a
1 #ifndef __ASMARM_ARCH_SCU_H
2 #define __ASMARM_ARCH_SCU_H
4 #define SCU_PM_NORMAL 0
5 #define SCU_PM_DORMANT 2
6 #define SCU_PM_POWEROFF 3
8 #ifndef __ASSEMBLER__
9 unsigned int scu_get_core_count(void __iomem *);
10 void scu_enable(void __iomem *);
11 int scu_power_mode(void __iomem *, unsigned int);
12 #endif
14 #endif