Searched refs:SCR_TWEDEL_MASK (Results 1 – 2 of 2) sorted by relevance
282 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()
416 #define SCR_TWEDEL_MASK ULL(0xf) macro
Completed in 8 milliseconds