Searched refs:its_base (Results 1 – 1 of 1) sorted by relevance
4902 void __iomem *its_base) in its_compute_its_list_map() argument4920 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()4923 writel_relaxed(ctlr, its_base + GITS_CTLR); in its_compute_its_list_map()4924 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()4943 void __iomem *its_base; in its_probe_one() local4949 its_base = ioremap(res->start, SZ_64K); in its_probe_one()4950 if (!its_base) { in its_probe_one()4955 val = readl_relaxed(its_base + GITS_PIDR2) & GIC_PIDR2_ARCH_MASK; in its_probe_one()4962 err = its_force_quiescent(its_base); in its_probe_one()4980 typer = gic_read_typer(its_base + GITS_TYPER); in its_probe_one()[all …]