Lines Matching refs:base
67 void __iomem *base; /* GICv2m virt address */
237 static bool is_msi_spi_valid(u32 base, u32 num)
239 if (base < V2M_MIN_SPI) {
240 pr_err("Invalid MSI base SPI (base:%u)\n", base);
244 if ((num == 0) || (base + num > V2M_MAX_SPI)) {
273 iounmap(v2m->base);
334 v2m->base = ioremap(v2m->res.start, resource_size(&v2m->res));
335 if (!v2m->base) {
352 typer = readl_relaxed(v2m->base + V2M_MSI_TYPER);
377 switch (readl_relaxed(v2m->base + V2M_MSI_IIDR)) {
401 iounmap(v2m->base);
433 if (!of_property_read_u32(child, "arm,msi-base-spi",
436 pr_info("DT overriding V2M MSI_TYPER (base:%u, num:%u)\n",
521 pr_info("ACPI overriding V2M MSI_TYPER (base:%u, num:%u)\n",