Lines Matching refs:base
287 void __iomem *base,
294 pll->base_addr = base + data->reg;
295 pll->pwr_addr = base + data->pwr_reg;
296 pll->pd_addr = base + data->pd_reg;
297 pll->pcw_addr = base + data->pcw_reg;
299 pll->pcw_chg_addr = base + data->pcw_chg_reg;
303 pll->tuner_addr = base + data->tuner_reg;
305 pll->tuner_en_addr = base + data->tuner_en_reg;
307 pll->en_addr = base + data->en_reg;
331 void __iomem *base)
340 hw = mtk_clk_register_pll_ops(pll, data, base, &mtk_pll_ops);
364 void __iomem *base;
368 base = of_iomap(node, 0);
369 if (!base) {
383 hw = mtk_clk_register_pll(pll, base);
404 iounmap(base);
421 __iomem void *base = NULL;
436 * pointer to the I/O region base address. We have to fetch
439 base = mtk_clk_pll_get_base(clk_data->hws[pll->id], pll);
445 iounmap(base);