Lines Matching refs:cdmm
21 #include <asm/cdmm.h>
122 .name = "cdmm",
351 np = of_find_compatible_node(NULL, NULL, "mti,mips-cdmm");
410 * mips_cdmm_phys_base() for your platform (see asm/cdmm.h).
412 pr_err("cdmm%u: Failed to choose a physical base\n",
423 pr_debug("cdmm%u: Enabling CDMM region at %pa\n",
465 void __iomem *cdmm;
480 cdmm = bus->regs;
484 acsr = __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
487 return cdmm + drb * CDMM_DRB_SIZE;
515 void __iomem *cdmm;
525 cdmm = bus->regs;
529 pr_info("cdmm%u discovery (%u blocks)\n", cpu, bus->drbs);
531 acsr = __raw_readl(cdmm + drb * CDMM_DRB_SIZE);
539 pr_info("cdmm%u-%u: @%u (%#x..%#x), type 0x%02x, rev %u\n",
560 dev_set_name(&dev->dev, "cdmm%u-%u", cpu, id);
691 ret = cpuhp_setup_state(CPUHP_AP_ONLINE_DYN, "bus/cdmm:online",
694 pr_warn("cdmm: Failed to register CPU notifier\n");