Lines Matching full:regmap
12 #include "clk-regmap.h"
87 * @clkr: regmap clock handle
113 * @clkr: regmap clock handle
208 void clk_alpha_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
210 void clk_huayra_2290_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
212 void clk_fabia_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
214 void clk_trion_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
216 void clk_agera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
218 #define clk_lucid_pll_configure(pll, regmap, config) \
219 clk_trion_pll_configure(pll, regmap, config)
221 void clk_zonda_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
223 void clk_lucid_5lpe_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
225 void clk_lucid_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
227 void clk_lucid_ole_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
229 void clk_pongo_elu_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
231 #define clk_taycan_elu_pll_configure(pll, regmap, config) \
232 clk_lucid_evo_pll_configure(pll, regmap, config)
234 void clk_rivian_evo_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
236 void clk_stromer_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,
238 void clk_regera_pll_configure(struct clk_alpha_pll *pll, struct regmap *regmap,