Searched refs:xti_f (Results 1 – 3 of 3) sorted by relevance
/drivers/clk/samsung/ |
D | clk-s3c2412.c | 241 unsigned long xti_f, unsigned long ext_f) in s3c2412_common_clk_register_fixed_ext() argument 246 s3c2412_common_frate_clks[0].fixed_rate = xti_f; in s3c2412_common_clk_register_fixed_ext() 254 void __init s3c2412_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2412_common_clk_init() argument 271 s3c2412_common_clk_register_fixed_ext(ctx, xti_f, ext_f); in s3c2412_common_clk_init()
|
D | clk-s3c2410.c | 352 unsigned long xti_f) in s3c2410_common_clk_register_fixed_ext() argument 356 s3c2410_common_frate_clks[0].fixed_rate = xti_f; in s3c2410_common_clk_register_fixed_ext() 363 void __init s3c2410_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2410_common_clk_init() argument 380 s3c2410_common_clk_register_fixed_ext(ctx, xti_f); in s3c2410_common_clk_init()
|
D | clk-s3c2443.c | 381 struct samsung_clk_provider *ctx, unsigned long xti_f) in s3c2443_common_clk_register_fixed_ext() argument 383 s3c2443_common_frate_clks[0].fixed_rate = xti_f; in s3c2443_common_clk_register_fixed_ext() 388 void __init s3c2443_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2443_common_clk_init() argument 406 s3c2443_common_clk_register_fixed_ext(ctx, xti_f); in s3c2443_common_clk_init()
|