Lines Matching defs:rk3288_cru_base
852 static void __iomem *rk3288_cru_base;
881 readl_relaxed(rk3288_cru_base + reg_id);
890 rk3288_cru_base + RK3288_CLKGATE_CON(10));
903 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON);
916 rk3288_cru_base + reg_id);
922 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON);
935 rk3288_cru_base = of_iomap(np, 0);
936 if (!rk3288_cru_base) {
941 ctx = rockchip_clk_init(np, rk3288_cru_base, CLK_NR_CLKS);
944 iounmap(rk3288_cru_base);
970 rk3288_cru_base + RK3288_SOFTRST_CON(0),