Searched refs:its_base (Results 1 – 1 of 1) sorted by relevance
3526 void __iomem *its_base) in its_compute_its_list_map() argument3544 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()3547 writel_relaxed(ctlr, its_base + GITS_CTLR); in its_compute_its_list_map()3548 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()3567 void __iomem *its_base; in its_probe_one() local3573 its_base = ioremap(res->start, resource_size(res)); in its_probe_one()3574 if (!its_base) { in its_probe_one()3579 val = readl_relaxed(its_base + GITS_PIDR2) & GIC_PIDR2_ARCH_MASK; in its_probe_one()3586 err = its_force_quiescent(its_base); in its_probe_one()3604 typer = gic_read_typer(its_base + GITS_TYPER); in its_probe_one()[all …]