Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dsmp_scu.c17 #define SCU_ENABLE (1 << 0) macro
53 if (scu_ctrl & SCU_ENABLE) in scu_enable()
56 scu_ctrl |= SCU_ENABLE; in scu_enable()
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Darm-mpcore.h14 #define SCU_ENABLE (1 << 0) macro
H A Dpsci.c112 scu_ctrl |= SCU_ENABLE | SCU_STANDBY_ENABLE; in psci_board_init()