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()
34 #define GIC_DIST_CTRL 0x000 macro
235 writel_relaxed(0, base + GIC_DIST_CTRL); in hip04_irq_dist_init()247 writel_relaxed(1, base + GIC_DIST_CTRL); in hip04_irq_dist_init()
479 writel_relaxed(GICD_DISABLE, base + GIC_DIST_CTRL); in gic_dist_init()492 writel_relaxed(GICD_ENABLE, base + GIC_DIST_CTRL); in gic_dist_init()607 writel_relaxed(GICD_DISABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()635 writel_relaxed(GICD_ENABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()
324 .base = GIC_DIST_CTRL,