Searched refs:GIC_DIST_CTRL (Results 1 – 5 of 5) sorted by relevance
57 writel_relaxed(0x0, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_disable()63 writel_relaxed(0x1, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_enable()68 return !(readl_relaxed(gic_dist_base_addr + GIC_DIST_CTRL) & 0x1); in gic_dist_disabled()
30 #define GIC_DIST_CTRL 0x000 macro
232 writel_relaxed(0, base + GIC_DIST_CTRL); in hip04_irq_dist_init()244 writel_relaxed(1, base + GIC_DIST_CTRL); in hip04_irq_dist_init()
387 writel_relaxed(GICD_DISABLE, base + GIC_DIST_CTRL); in gic_dist_init()400 writel_relaxed(GICD_ENABLE, base + GIC_DIST_CTRL); in gic_dist_init()498 writel_relaxed(GICD_DISABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()516 writel_relaxed(GICD_ENABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()
324 .base = GIC_DIST_CTRL,