Lines Matching refs:prcmu_base
451 static __iomem void *prcmu_base; variable
547 return readl(prcmu_base + reg); in db8500_prcmu_read()
555 writel(value, (prcmu_base + reg)); in db8500_prcmu_write()
565 val = readl(prcmu_base + reg); in db8500_prcmu_write_masked()
567 writel(val, (prcmu_base + reg)); in db8500_prcmu_write_masked()
874 val = readl(prcmu_base + clock_reg[i]); in request_even_slower_clocks()
890 writel(val, prcmu_base + clock_reg[i]); in request_even_slower_clocks()
1257 val = readl(prcmu_base + clk_mgt[clock].offset); in request_clock()
1264 writel(val, prcmu_base + clk_mgt[clock].offset); in request_clock()
1440 val = readl(prcmu_base + clk_mgt[clock].offset); in clock_rate()
1601 val = readl(prcmu_base + clk_mgt[clock].offset); in round_clock_rate()
1763 val = readl(prcmu_base + clk_mgt[clock].offset); in set_clock_rate()
1791 writel(val, prcmu_base + clk_mgt[clock].offset); in set_clock_rate()
2668 prcmu_base = of_iomap(np, 0); in db8500_prcmu_early_init()
2669 if (!prcmu_base) { in db8500_prcmu_early_init()
3020 prcmu_base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in db8500_prcmu_probe()
3021 if (!prcmu_base) { in db8500_prcmu_probe()