Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c265 assert((delay & ~SCR_TWEDEL_MASK) == 0U); in cm_setup_context()
268 scr_el3 &= ~(SCR_TWEDEL_MASK << SCR_TWEDEL_SHIFT); in cm_setup_context()
269 scr_el3 |= ((delay & SCR_TWEDEL_MASK) in cm_setup_context()
/external/arm-trusted-firmware/include/arch/aarch64/
Darch.h408 #define SCR_TWEDEL_MASK ULL(0xf) macro