Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
a570067df9cc1b1821ca5255bbbe8adb67aca199
/
.
/
arch
/
arm
/
mach-vt8500
/
include
/
mach
/
system.h
blob: 58fa8010ee61c2af6cbf2fb27308791e1655d00b [
file
] [
log
] [
blame
]
/*
* arch/arm/mach-vt8500/include/mach/system.h
*
*/
#include
<asm/io.h>
/* PM Software Reset request register */
#define
VT8500_PMSR_VIRT
0xf8130060
static
inline
void
arch_reset
(
char
mode
,
const
char
*
cmd
)
{
writel
(
1
,
VT8500_PMSR_VIRT
);
}