Lines Matching refs:gicr_base
30 uintptr_t gicr_base = 0; in arm_gicv3_distif_pre_save() local
44 gicr_base = gicv3_driver_data->rdistif_base_addrs[i]; in arm_gicv3_distif_pre_save()
45 assert(gicr_base != 0U); in arm_gicv3_distif_pre_save()
46 assert((gicr_read_waker(gicr_base) & WAKER_CA_BIT) != 0U); in arm_gicv3_distif_pre_save()
47 assert((gicr_read_waker(gicr_base) & WAKER_PS_BIT) != 0U); in arm_gicv3_distif_pre_save()
50 gicr_base = gicv3_driver_data->rdistif_base_addrs[rdist_proc_num]; in arm_gicv3_distif_pre_save()
64 gicr_write_waker(gicr_base, gicr_read_waker(gicr_base) | WAKER_SL_BIT); in arm_gicv3_distif_pre_save()
71 while (!(gicr_read_waker(gicr_base) & WAKER_QSC_BIT)) { in arm_gicv3_distif_pre_save()
83 uintptr_t gicr_base; in arm_gicv3_distif_post_restore() local
93 gicr_base = gicv3_driver_data->rdistif_base_addrs[rdist_proc_num]; in arm_gicv3_distif_post_restore()
94 assert(gicr_base != 0U); in arm_gicv3_distif_post_restore()
102 if (!(gicr_read_waker(gicr_base) & WAKER_SL_BIT)) { in arm_gicv3_distif_post_restore()
112 assert((gicr_read_waker(gicr_base) & WAKER_QSC_BIT) != 0U); in arm_gicv3_distif_post_restore()
115 gicr_write_waker(gicr_base, gicr_read_waker(gicr_base) & ~WAKER_SL_BIT); in arm_gicv3_distif_post_restore()
122 while (gicr_read_waker(gicr_base) & WAKER_QSC_BIT) { in arm_gicv3_distif_post_restore()