Lines Matching defs:reg_base
1004 void __iomem *reg_base;
1006 reg_base = of_iomap(np, 0);
1007 if (!reg_base) {
1012 ctx = rockchip_clk_init(np, reg_base, CLK_NR_CLKS);
1015 iounmap(reg_base);
1033 rockchip_register_softrst(np, 12, reg_base + PX30_SOFTRST_CON(0),
1045 void __iomem *reg_base;
1047 reg_base = of_iomap(np, 0);
1048 if (!reg_base) {
1053 ctx = rockchip_clk_init(np, reg_base, CLKPMU_NR_CLKS);