Lines Matching refs:ctx
192 struct samsung_clk_provider *ctx,
200 samsung_clk_register_fixed_rate(ctx, s3c2412_common_frate_clks,
203 samsung_clk_register_alias(ctx, &xti_alias, 1);
209 struct samsung_clk_provider *ctx;
219 ctx = samsung_clk_init(np, reg_base, NR_CLKS);
223 s3c2412_common_clk_register_fixed_ext(ctx, xti_f, ext_f);
226 samsung_clk_register_pll(ctx, s3c2412_plls, ARRAY_SIZE(s3c2412_plls),
230 samsung_clk_register_mux(ctx, s3c2412_muxes, ARRAY_SIZE(s3c2412_muxes));
231 samsung_clk_register_div(ctx, s3c2412_dividers,
233 samsung_clk_register_gate(ctx, s3c2412_gates,
235 samsung_clk_register_fixed_factor(ctx, s3c2412_ffactor,
237 samsung_clk_register_alias(ctx, s3c2412_aliases,
243 samsung_clk_of_add_provider(np, ctx);