Searched refs:RESTORE_GICD_REGS (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gic/v3/ |
D | gicv3_main.c | 35 #define RESTORE_GICD_REGS(base, ctx, intr_num, reg, REG) \ macro 778 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igroupr, IGROUPR); in gicv3_distif_init_restore() 781 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ipriorityr, IPRIORITYR); in gicv3_distif_init_restore() 784 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, icfgr, ICFGR); in gicv3_distif_init_restore() 787 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, igrpmodr, IGRPMODR); in gicv3_distif_init_restore() 790 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, nsacr, NSACR); in gicv3_distif_init_restore() 793 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, irouter, IROUTER); in gicv3_distif_init_restore() 801 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isenabler, ISENABLER); in gicv3_distif_init_restore() 804 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, ispendr, ISPENDR); in gicv3_distif_init_restore() 807 RESTORE_GICD_REGS(gicd_base, dist_ctx, num_ints, isactiver, ISACTIVER); in gicv3_distif_init_restore()
|