Lines Matching defs:prcm_base
274 * @prcm_base: PRCM register range virtual base
280 void __iomem *prcm_base;
456 if (!npct->prcm_base)
487 if (readl(npct->prcm_base + reg) & BIT(bit)) {
488 nmk_write_masked(npct->prcm_base + reg, BIT(bit), 0);
516 if (readl(npct->prcm_base + reg) & BIT(bit)) {
517 nmk_write_masked(npct->prcm_base + reg, BIT(bit), 0);
529 nmk_write_masked(npct->prcm_base + reg, BIT(bit), BIT(bit));
587 if (!npct->prcm_base)
603 if (readl(npct->prcm_base + reg) & BIT(bit))
1892 npct->prcm_base = of_iomap(prcm_np, 0);
1895 if (!npct->prcm_base) {