Searched refs:scu_ctrl (Results 1 – 1 of 1) sorted by relevance
42 u32 scu_ctrl; in scu_enable() local47 scu_ctrl = readl_relaxed(scu_base + 0x30); in scu_enable()48 if (!(scu_ctrl & 1)) in scu_enable()49 writel_relaxed(scu_ctrl | 0x1, scu_base + 0x30); in scu_enable()53 scu_ctrl = readl_relaxed(scu_base + SCU_CTRL); in scu_enable()55 if (scu_ctrl & SCU_ENABLE) in scu_enable()58 scu_ctrl |= SCU_ENABLE; in scu_enable()63 scu_ctrl |= SCU_STANDBY_ENABLE; in scu_enable()65 writel_relaxed(scu_ctrl, scu_base + SCU_CTRL); in scu_enable()