Searched refs:scu_ctrl (Results 1 – 1 of 1) sorted by relevance
40 u32 scu_ctrl; in scu_enable() local45 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()