Home
last modified time | relevance | path

Searched refs:ma35d1_reg_clk_pll (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1.h10 struct clk_hw *ma35d1_reg_clk_pll(struct device *dev, u32 id, u8 u8mode, const char *name,
H A Dclk-ma35d1-pll.c322 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 Dclk-ma35d1.c501 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()