Home
last modified time | relevance | path

Searched refs:SCR_RESET_VAL (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/include/arch/aarch32/
H A Del3_common_macros.S46 ldr r0, =(SCR_RESET_VAL | SCR_SIF_BIT)
H A Darch.h246 #define SCR_RESET_VAL U(0x0) macro
/rk3399_ARM-atf/include/arch/aarch64/
H A Del3_common_macros.S85 mov_imm x0, SCR_RESET_VAL
H A Darch.h764 #define SCR_RESET_VAL SCR_RES1_BITS macro
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c426 scr_el3 = SCR_RESET_VAL; in setup_context_common()