Searched refs:WAKER_CA_BIT (Results 1 – 3 of 3) sorted by relevance
42 assert(gicr_read_waker(gicr_base) & WAKER_CA_BIT); in arm_gicv3_distif_pre_save()
271 assert(gicr_read_waker(gicr_base) & WAKER_CA_BIT); in gicv3_rdistif_mark_core_awake()277 while (gicr_read_waker(gicr_base) & WAKER_CA_BIT) in gicv3_rdistif_mark_core_awake()292 while (!(gicr_read_waker(gicr_base) & WAKER_CA_BIT)) in gicv3_rdistif_mark_core_asleep()
120 #define WAKER_CA_BIT (1 << WAKER_CA_SHIFT) macro