Searched refs:SCR_TWEDEL_MASK (Results 1 – 2 of 2) sorted by relevance
39 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()
560 #define SCR_TWEDEL_MASK ULL(0xf) macro