Lines Matching defs:ctx
933 struct rockchip_clk_provider *ctx;
941 ctx = rockchip_clk_init(np, rk3288_cru_base, CLK_NR_CLKS);
942 if (IS_ERR(ctx)) {
948 rockchip_clk_register_plls(ctx, rk3288_pll_clks,
951 rockchip_clk_register_branches(ctx, rk3288_clk_branches,
955 rockchip_clk_register_branches(ctx, rk3288w_hclkvio_branch,
958 rockchip_clk_register_branches(ctx, rk3288_hclkvio_branch,
964 rockchip_clk_register_armclk(ctx, ARMCLK, "armclk",
973 rockchip_register_restart_notifier(ctx, RK3288_GLB_SRST_FST,
977 rockchip_clk_of_add_provider(np, ctx);