|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/io.h>#include <asm/smp_plat.h>#include <asm/smp_scu.h>#include <asm/cacheflush.h>#include <asm/cputype.h>Go to the source code of this file.
Macros | |
| #define | SCU_CTRL 0x00 |
| #define | SCU_CONFIG 0x04 |
| #define | SCU_CPU_STATUS 0x08 |
| #define | SCU_INVALIDATE 0x0c |
| #define | SCU_FPGA_REVISION 0x10 |
Functions | |
| int | scu_power_mode (void __iomem *scu_base, unsigned int mode) |
1.8.2