Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/el3_runtime/aarch64/
Dcontext_mgmt.c39 CASSERT(((TWED_DELAY & ~SCR_TWEDEL_MASK) == 0U), assert_twed_delay_value_check);
471 scr_el3 &= ~(SCR_TWEDEL_MASK << SCR_TWEDEL_SHIFT); in setup_context_common()
472 scr_el3 |= ((TWED_DELAY & SCR_TWEDEL_MASK) in setup_context_common()
/trusted-firmware-a-latest/include/arch/aarch64/
Darch.h560 #define SCR_TWEDEL_MASK ULL(0xf) macro