Searched refs:xtal_f (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/clk/ |
H A D | samsung.h | 14 void s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f, 19 unsigned long xtal_f, in s3c64xx_clk_init() argument
|
/linux/arch/arm/mach-s3c/ |
H A D | s3c64xx.c | 53 static unsigned long xtal_f __ro_after_init = 12000000; 58 xtal_f = freq; in s3c64xx_set_xtal_freq() 227 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
|
/linux/drivers/clk/samsung/ |
H A D | clk-s3c64xx.c | 392 void __init s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f, in s3c64xx_clk_init() argument 413 s3c64xx_clk_register_fixed_ext(ctx, xtal_f, xusbxti_f); in s3c64xx_clk_init()
|