Lines Matching defs:rk3288_cru_base
853 static void __iomem *rk3288_cru_base;
882 readl_relaxed(rk3288_cru_base + reg_id);
891 rk3288_cru_base + RK3288_CLKGATE_CON(10));
904 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON);
917 rk3288_cru_base + reg_id);
923 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON);
936 rk3288_cru_base = of_iomap(np, 0);
937 if (!rk3288_cru_base) {
942 ctx = rockchip_clk_init(np, rk3288_cru_base, CLK_NR_CLKS);
945 iounmap(rk3288_cru_base);
971 rk3288_cru_base + RK3288_SOFTRST_CON(0),