Searched refs:ma35d1_reg_clk_pll (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/clk/nuvoton/ |
H A D | clk-ma35d1.h | 10 struct clk_hw *ma35d1_reg_clk_pll(struct device *dev, u32 id, u8 u8mode, const char *name,
|
H A D | clk-ma35d1-pll.c | 322 struct clk_hw *ma35d1_reg_clk_pll(struct device *dev, u32 id, u8 u8mode, const char *name, in ma35d1_reg_clk_pll() function 360 EXPORT_SYMBOL_GPL(ma35d1_reg_clk_pll);
|
H A D | clk-ma35d1.c | 501 hws[CAPLL] = ma35d1_reg_clk_pll(dev, CAPLL, pllmode[0], "capll", in ma35d1_clocks_probe() 504 hws[DDRPLL] = ma35d1_reg_clk_pll(dev, DDRPLL, pllmode[1], "ddrpll", in ma35d1_clocks_probe() 506 hws[APLL] = ma35d1_reg_clk_pll(dev, APLL, pllmode[2], "apll", in ma35d1_clocks_probe() 508 hws[EPLL] = ma35d1_reg_clk_pll(dev, EPLL, pllmode[3], "epll", in ma35d1_clocks_probe() 510 hws[VPLL] = ma35d1_reg_clk_pll(dev, VPLL, pllmode[4], "vpll", in ma35d1_clocks_probe()
|