Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dsmp_scu.c43 u32 scu_ctrl; in scu_enable() local
48 scu_ctrl = readl_relaxed(scu_base + 0x30); in scu_enable()
49 if (!(scu_ctrl & 1)) in scu_enable()
50 writel_relaxed(scu_ctrl | 0x1, scu_base + 0x30); in scu_enable()
54 scu_ctrl = readl_relaxed(scu_base + SCU_CTRL); in scu_enable()
56 if (scu_ctrl & SCU_ENABLE) in scu_enable()
59 scu_ctrl |= SCU_ENABLE; in scu_enable()
64 scu_ctrl |= SCU_STANDBY_ENABLE; in scu_enable()
66 writel_relaxed(scu_ctrl, scu_base + SCU_CTRL); in scu_enable()