Searched refs:xti_f (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/arm/mach-s3c24xx/ |
| D | common.h | 112 void __init s3c2410_common_clk_init(struct device_node *np, unsigned long xti_f, 117 void __init s3c2412_common_clk_init(struct device_node *np, unsigned long xti_f, 121 void __init s3c2443_common_clk_init(struct device_node *np, unsigned long xti_f,
|
| /Linux-v5.4/drivers/clk/samsung/ |
| D | clk-s3c2412.c | 192 unsigned long xti_f, unsigned long ext_f) in s3c2412_common_clk_register_fixed_ext() argument 197 s3c2412_common_frate_clks[0].fixed_rate = xti_f; in s3c2412_common_clk_register_fixed_ext() 205 void __init s3c2412_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2412_common_clk_init() argument 222 s3c2412_common_clk_register_fixed_ext(ctx, xti_f, ext_f); in s3c2412_common_clk_init()
|
| D | clk-s3c2410.c | 309 unsigned long xti_f) in s3c2410_common_clk_register_fixed_ext() argument 313 s3c2410_common_frate_clks[0].fixed_rate = xti_f; in s3c2410_common_clk_register_fixed_ext() 320 void __init s3c2410_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2410_common_clk_init() argument 337 s3c2410_common_clk_register_fixed_ext(ctx, xti_f); in s3c2410_common_clk_init()
|
| D | clk-s3c2443.c | 334 struct samsung_clk_provider *ctx, unsigned long xti_f) in s3c2443_common_clk_register_fixed_ext() argument 336 s3c2443_common_frate_clks[0].fixed_rate = xti_f; in s3c2443_common_clk_register_fixed_ext() 341 void __init s3c2443_common_clk_init(struct device_node *np, unsigned long xti_f, in s3c2443_common_clk_init() argument 359 s3c2443_common_clk_register_fixed_ext(ctx, xti_f); in s3c2443_common_clk_init()
|