Searched refs:GPCCR_GPC_BIT (Results 1 – 2 of 2) sorted by relevance
121 #define GPCCR_GPC_BIT (ULL(1) << GPCCR_GPC_SHIFT) macro
727 gpccr_el3 |= GPCCR_GPC_BIT; in gpt_enable()746 write_gpccr_el3(gpccr_el3 & ~GPCCR_GPC_BIT); in gpt_disable()926 if ((read_gpccr_el3() & GPCCR_GPC_BIT) == 0U) { in gpt_runtime_init()
Completed in 5 milliseconds