58fa8010ee61c2af6cbf2fb27308791e1655d00b
[deliverable/linux.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 }
This page took 0.03407 seconds and 4 git commands to generate.