Searched refs:rk3288_cru_base (Results 1 – 1 of 1) sorted by relevance
859 static void __iomem *rk3288_cru_base; variable888 readl_relaxed(rk3288_cru_base + reg_id); in rk3288_clk_suspend()897 rk3288_cru_base + RK3288_CLKGATE_CON(10)); in rk3288_clk_suspend()910 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON); in rk3288_clk_suspend()923 rk3288_cru_base + reg_id); in rk3288_clk_resume()929 writel_relaxed(0xf3030000, rk3288_cru_base + RK3288_MODE_CON); in rk3288_clk_shutdown()939 if (rk3288_cru_base) { in rk3288_dump_cru()942 32, 4, rk3288_cru_base, in rk3288_dump_cru()953 rk3288_cru_base = of_iomap(np, 0); in rk3288_common_init()954 if (!rk3288_cru_base) { in rk3288_common_init()[all …]