Searched refs:its_base (Results 1 – 1 of 1) sorted by relevance
3313 void __iomem *its_base) in its_compute_its_list_map() argument3331 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()3334 writel_relaxed(ctlr, its_base + GITS_CTLR); in its_compute_its_list_map()3335 ctlr = readl_relaxed(its_base + GITS_CTLR); in its_compute_its_list_map()3354 void __iomem *its_base; in its_probe_one() local3359 its_base = ioremap(res->start, resource_size(res)); in its_probe_one()3360 if (!its_base) { in its_probe_one()3365 val = readl_relaxed(its_base + GITS_PIDR2) & GIC_PIDR2_ARCH_MASK; in its_probe_one()3372 err = its_force_quiescent(its_base); in its_probe_one()3389 typer = gic_read_typer(its_base + GITS_TYPER); in its_probe_one()[all …]