Searched refs:RESTORE_GICD_REGS (Results 1 – 1 of 1) sorted by relevance
/external/arm-trusted-firmware/drivers/arm/gic/v3/ |
D | gicv3_main.c | 48 #define RESTORE_GICD_REGS(base, ctx, intr_num, reg, REG) \ macro 888 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igroupr, IGROUP); in gicv3_distif_init_restore() 894 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ipriorityr, IPRIORITY); in gicv3_distif_init_restore() 900 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, icfgr, ICFG); in gicv3_distif_init_restore() 906 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igrpmodr, IGRPMOD); in gicv3_distif_init_restore() 912 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, nsacr, NSAC); in gicv3_distif_init_restore() 918 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, irouter, IROUTE); in gicv3_distif_init_restore() 929 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isenabler, ISENABLE); in gicv3_distif_init_restore() 935 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ispendr, ISPEND); in gicv3_distif_init_restore() 941 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isactiver, ISACTIVE); in gicv3_distif_init_restore()
|