Home
last modified time | relevance | path

Searched refs:SCR_SIF_BIT (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/include/services/
H A Darm_arch_svc.h230 SCR_SIF_BIT | \
/rk3399_ARM-atf/include/arch/aarch32/
H A Del3_common_macros.S46 ldr r0, =(SCR_RESET_VAL | SCR_SIF_BIT)
H A Darch.h235 #define SCR_SIF_BIT (UL(1) << 9) macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Del3_common_macros.S528 orr x15, x15, #SCR_SIF_BIT
H A Darch.h756 #define SCR_SIF_BIT (UL(1) << 9) macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c443 scr_el3 |= SCR_SIF_BIT; in setup_context_common()