Searched refs:xtal_f (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/arm/mach-s3c64xx/ |
D | common.c | 58 static unsigned long xtal_f = 12000000, xusbxti_f = 48000000; variable 62 xtal_f = freq; in s3c64xx_set_xtal_freq() 238 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
|
D | common.h | 27 void s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f,
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 458 void __init s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f, in s3c64xx_clk_init() argument 479 s3c64xx_clk_register_fixed_ext(ctx, xtal_f, xusbxti_f); in s3c64xx_clk_init()
|