Lines Matching refs:base
66 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);
337 v2m->base = ioremap(v2m->res.start, resource_size(&v2m->res));
338 if (!v2m->base) {
355 typer = readl_relaxed(v2m->base + V2M_MSI_TYPER);
380 switch (readl_relaxed(v2m->base + V2M_MSI_IIDR)) {
405 iounmap(v2m->base);
437 if (!of_property_read_u32(child, "arm,msi-base-spi",
440 pr_info("DT overriding V2M MSI_TYPER (base:%u, num:%u)\n",
525 pr_info("ACPI overriding V2M MSI_TYPER (base:%u, num:%u)\n",