Searched refs:SCU_CTRL_ENABLE (Results 1 – 2 of 2) sorted by relevance
121 if (readl(&scu->scu_ctrl) & SCU_CTRL_ENABLE) in enable_scu()129 reg |= SCU_CTRL_ENABLE; in enable_scu()
24 #define SCU_CTRL_ENABLE (1 << 0) macro