Searched refs:GIC_DIST_CTRL (Results 1 – 5 of 5) sorted by relevance
178 writel_relaxed(0x0, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_disable()184 writel_relaxed(0x1, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_enable()189 return !(readl_relaxed(gic_dist_base_addr + GIC_DIST_CTRL) & 0x1); in gic_dist_disabled()
40 case GIC_DIST_CTRL: in vgic_mmio_read_v2_misc()68 case GIC_DIST_CTRL: in vgic_mmio_write_v2_misc()411 REGISTER_DESC_WITH_LENGTH_UACCESS(GIC_DIST_CTRL,
237 writel_relaxed(0, base + GIC_DIST_CTRL); in hip04_irq_dist_init()249 writel_relaxed(1, base + GIC_DIST_CTRL); in hip04_irq_dist_init()
493 writel_relaxed(GICD_DISABLE, base + GIC_DIST_CTRL); in gic_dist_init()506 writel_relaxed(GICD_ENABLE, base + GIC_DIST_CTRL); in gic_dist_init()626 writel_relaxed(GICD_DISABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()654 writel_relaxed(GICD_ENABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()
45 #define GIC_DIST_CTRL 0x000 macro