Lines Matching defs:prcm_base
271 * @prcm_base: PRCM register range virtual base
277 void __iomem *prcm_base;
453 if (!npct->prcm_base)
484 if (readl(npct->prcm_base + reg) & BIT(bit)) {
485 nmk_write_masked(npct->prcm_base + reg, BIT(bit), 0);
513 if (readl(npct->prcm_base + reg) & BIT(bit)) {
514 nmk_write_masked(npct->prcm_base + reg, BIT(bit), 0);
526 nmk_write_masked(npct->prcm_base + reg, BIT(bit), BIT(bit));
584 if (!npct->prcm_base)
600 if (readl(npct->prcm_base + reg) & BIT(bit))
1889 npct->prcm_base = of_iomap(prcm_np, 0);
1892 if (!npct->prcm_base) {