Home
last modified time | relevance | path

Searched refs:dm365_pll2_init (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/include/mach/
H A Ddm365_lowlevel.h18 int dm365_pll2_init(unsigned long pllm, unsigned long prediv);
/OK3568_Linux_fs/kernel/include/linux/clk/
H A Ddavinci.h28 int dm365_pll2_init(struct device *dev, void __iomem *base, struct regmap *cfgchip);
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Ddm365_lowlevel.c103 int dm365_pll2_init(unsigned long pllm, unsigned long prediv) in dm365_pll2_init() function
428 dm365_pll2_init(CONFIG_SYS_DM36x_PLL2_PLLM, in dm36x_lowlevel_init()
/OK3568_Linux_fs/kernel/drivers/clk/davinci/
H A Dpll-dm365.c123 int dm365_pll2_init(struct device *dev, void __iomem *base, struct regmap *cfgchip) in dm365_pll2_init() function
H A Dpll.c891 { .name = "dm365-pll2", .driver_data = (kernel_ulong_t)dm365_pll2_init },
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Ddm365.c788 dm365_pll2_init(NULL, pll2, NULL); in dm365_init_time()