]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - arch/arm/mach-vt8500/include/mach/system.h
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm...
[linux-2.6.git] / arch / arm / mach-vt8500 / include / mach / system.h
1 /*
2  * arch/arm/mach-vt8500/include/mach/system.h
3  *
4  */
5 #include <asm/io.h>
6
7 /* PM Software Reset request register */
8 #define VT8500_PMSR_VIRT        0xf8130060
9
10 static inline void arch_reset(char mode, const char *cmd)
11 {
12         writel(1, VT8500_PMSR_VIRT);
13 }