Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dsmp_scu.c40 u32 scu_ctrl; in scu_enable() local
45 scu_ctrl = readl_relaxed(scu_base + 0x30); in scu_enable()
46 if (!(scu_ctrl & 1)) in scu_enable()
47 writel_relaxed(scu_ctrl | 0x1, scu_base + 0x30); in scu_enable()
51 scu_ctrl = readl_relaxed(scu_base + SCU_CTRL); in scu_enable()
53 if (scu_ctrl & SCU_ENABLE) in scu_enable()
56 scu_ctrl |= SCU_ENABLE; in scu_enable()
61 scu_ctrl |= SCU_STANDBY_ENABLE; in scu_enable()
63 writel_relaxed(scu_ctrl, scu_base + SCU_CTRL); in scu_enable()

Completed in 3 milliseconds