Searched refs:its_base (Results 1 – 1 of 1) sorted by relevance
4972 void __iomem *its_base) in its_compute_its_list_map() argument4990 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()4993 writel_relaxed(ctlr, its_base + GITS_CTLR); in its_compute_its_list_map()4994 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()5013 void __iomem *its_base; in its_probe_one() local5020 its_base = ioremap(res->start, SZ_64K); in its_probe_one()5021 if (!its_base) { in its_probe_one()5026 val = readl_relaxed(its_base + GITS_PIDR2) & GIC_PIDR2_ARCH_MASK; in its_probe_one()5033 err = its_force_quiescent(its_base); in its_probe_one()5051 typer = gic_read_typer(its_base + GITS_TYPER); in its_probe_one()[all …]