Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/el3_runtime/aarch64/
A Dcontext_mgmt.c282 assert((delay & ~SCR_TWEDEL_MASK) == 0U); in cm_setup_context()
285 scr_el3 &= ~(SCR_TWEDEL_MASK << SCR_TWEDEL_SHIFT); in cm_setup_context()
286 scr_el3 |= ((delay & SCR_TWEDEL_MASK) in cm_setup_context()
/tf-a-ffa_el3_spmc/include/arch/aarch64/
A Darch.h416 #define SCR_TWEDEL_MASK ULL(0xf) macro

Completed in 8 milliseconds