Lines Matching refs:prcmu_base
450 static __iomem void *prcmu_base; variable
546 return readl(prcmu_base + reg); in db8500_prcmu_read()
554 writel(value, (prcmu_base + reg)); in db8500_prcmu_write()
564 val = readl(prcmu_base + reg); in db8500_prcmu_write_masked()
566 writel(val, (prcmu_base + reg)); in db8500_prcmu_write_masked()
873 val = readl(prcmu_base + clock_reg[i]); in request_even_slower_clocks()
889 writel(val, prcmu_base + clock_reg[i]); in request_even_slower_clocks()
1256 val = readl(prcmu_base + clk_mgt[clock].offset); in request_clock()
1263 writel(val, prcmu_base + clk_mgt[clock].offset); in request_clock()
1439 val = readl(prcmu_base + clk_mgt[clock].offset); in clock_rate()
1600 val = readl(prcmu_base + clk_mgt[clock].offset); in round_clock_rate()
1760 val = readl(prcmu_base + clk_mgt[clock].offset); in set_clock_rate()
1788 writel(val, prcmu_base + clk_mgt[clock].offset); in set_clock_rate()
2667 prcmu_base = of_iomap(np, 0); in db8500_prcmu_early_init()
2668 if (!prcmu_base) { in db8500_prcmu_early_init()
3008 prcmu_base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in db8500_prcmu_probe()
3009 if (!prcmu_base) { in db8500_prcmu_probe()