Searched refs:s3c64xx_clk_init (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/linux/clk/ |
D | samsung.h | 14 void s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f, 18 static inline void s3c64xx_clk_init(struct device_node *np, in s3c64xx_clk_init() function
|
/linux-5.19.10/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 392 void __init s3c64xx_clk_init(struct device_node *np, unsigned long xtal_f, in s3c64xx_clk_init() function 472 s3c64xx_clk_init(np, 0, 0, true, NULL); in s3c6400_clk_init() 478 s3c64xx_clk_init(np, 0, 0, false, NULL); in s3c6410_clk_init()
|
/linux-5.19.10/arch/arm/mach-s3c/ |
D | s3c64xx.c | 234 s3c64xx_clk_init(NULL, xtal_f, xusbxti_f, soc_is_s3c6400(), S3C_VA_SYS); in s3c64xx_init_irq()
|