Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_mgmt.c48 CASSERT(((TWED_DELAY & ~SCR_TWEDEL_MASK) == 0U), assert_twed_delay_value_check);
544 scr_el3 &= ~(SCR_TWEDEL_MASK << SCR_TWEDEL_SHIFT); in setup_context_common()
545 scr_el3 |= ((TWED_DELAY & SCR_TWEDEL_MASK) in setup_context_common()
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h726 #define SCR_TWEDEL_MASK ULL(0xf) macro