Home
last modified time | relevance | path

Searched refs:GIC_DIST_ENABLE_CLEAR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-gic-common.c126 base + GIC_DIST_ENABLE_CLEAR + i / 8); in gic_dist_config()
145 base + GIC_DIST_ENABLE_CLEAR + i / 8); in gic_cpu_config()
H A Dirq-gic.c197 gic_poke_irq(d, GIC_DIST_ENABLE_CLEAR); in gic_mask_irq()
259 reg = val ? GIC_DIST_ENABLE_CLEAR : GIC_DIST_ENABLE_SET; in gic_irq_set_irqchip_state()
646 dist_base + GIC_DIST_ENABLE_CLEAR + i * 4); in gic_dist_restore()
714 dist_base + GIC_DIST_ENABLE_CLEAR + i * 4); in gic_cpu_restore()
H A Dirq-hip04.c96 writel_relaxed(mask, hip04_dist_base(d) + GIC_DIST_ENABLE_CLEAR + in hip04_mask_irq()
/OK3568_Linux_fs/kernel/arch/arm/mach-rockchip/
H A Drkpm_gicv2.c92 writel_relaxed(~0U, dist_base + GIC_DIST_ENABLE_CLEAR + (i >> 5 << 2)); in rkpm_gicv2_dist_restore()
142 writel_relaxed(~0U, dist_base + GIC_DIST_ENABLE_CLEAR); in rkpm_gicv2_cpu_restore()
/OK3568_Linux_fs/kernel/include/linux/irqchip/
H A Darm-gic.h48 #define GIC_DIST_ENABLE_CLEAR 0x180 macro
/OK3568_Linux_fs/kernel/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v2.c415 REGISTER_DESC_WITH_BITS_PER_IRQ(GIC_DIST_ENABLE_CLEAR,