Searched refs:SCU_CTRL (Results 1 – 3 of 3) sorted by relevance
16 #define SCU_CTRL 0x00 macro51 scu_ctrl = readl_relaxed(scu_base + SCU_CTRL); in scu_enable()63 writel_relaxed(scu_ctrl, scu_base + SCU_CTRL); in scu_enable()
110 scu_ctrl = readl(scu_base + SCU_CTRL); in psci_board_init()112 writel(scu_ctrl, scu_base + SCU_CTRL); in psci_board_init()
14 #define SCU_CTRL 0x00 macro