Home
last modified time | relevance | path

Searched refs:SCU_ENABLE_BIT (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/arm/scu/
H A Dscu.c27 if ((scu_ctrl & SCU_ENABLE_BIT) != 0) { in enable_snoop_ctrl_unit()
31 scu_ctrl |= SCU_ENABLE_BIT; in enable_snoop_ctrl_unit()
/rk3399_ARM-atf/include/drivers/arm/
H A Dscu.h15 #define SCU_ENABLE_BIT (1 << 0) macro