Searched refs:GIC_DIST_CTRL (Results 1 – 5 of 5) sorted by relevance
177 writel_relaxed(0x0, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_disable()183 writel_relaxed(0x1, gic_dist_base_addr + GIC_DIST_CTRL); in gic_dist_enable()188 return !(readl_relaxed(gic_dist_base_addr + GIC_DIST_CTRL) & 0x1); in gic_dist_disabled()
32 case GIC_DIST_CTRL: in vgic_mmio_read_v2_misc()60 case GIC_DIST_CTRL: in vgic_mmio_write_v2_misc()414 REGISTER_DESC_WITH_LENGTH_UACCESS(GIC_DIST_CTRL,
253 writel_relaxed(0, base + GIC_DIST_CTRL); in hip04_irq_dist_init()265 writel_relaxed(1, base + GIC_DIST_CTRL); in hip04_irq_dist_init()
473 writel_relaxed(GICD_DISABLE, base + GIC_DIST_CTRL); in gic_dist_init()486 writel_relaxed(GICD_ENABLE, base + GIC_DIST_CTRL); in gic_dist_init()606 writel_relaxed(GICD_DISABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()634 writel_relaxed(GICD_ENABLE, dist_base + GIC_DIST_CTRL); in gic_dist_restore()
42 #define GIC_DIST_CTRL 0x000 macro