Home
last modified time | relevance | path

Searched refs:SC_CPU_RESET_REQ (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/mach-hisi/
H A Dplatmcpm.c21 /* bits definition in SC_CPU_RESET_REQ[x]/SC_CPU_RESET_DREQ[x]
43 #define SC_CPU_RESET_REQ(x) (0x520 + (x << 3)) /* reset */ macro
220 writel_relaxed(data, sysctrl + SC_CPU_RESET_REQ(cluster)); in hip04_cpu_kill()