Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/
Dclk-cs2000-cp.c70 #define hw_to_priv(_hw) container_of(_hw, struct cs2000_priv, hw)
102 struct cs2000_priv { struct
130 static int cs2000_enable_dev_config(struct cs2000_priv *priv, bool enable) in cs2000_enable_dev_config() argument
152 static int cs2000_ref_clk_bound_rate(struct cs2000_priv *priv, in cs2000_ref_clk_bound_rate()
171 static int cs2000_wait_pll_lock(struct cs2000_priv *priv) in cs2000_wait_pll_lock()
191 static int cs2000_clk_out_enable(struct cs2000_priv *priv, bool enable) in cs2000_clk_out_enable()
233 static int cs2000_ratio_set(struct cs2000_priv *priv, in cs2000_ratio_set()
255 static u32 cs2000_ratio_get(struct cs2000_priv *priv, int ch) in cs2000_ratio_get()
273 static int cs2000_ratio_select(struct cs2000_priv *priv, int ch) in cs2000_ratio_select()
299 struct cs2000_priv *priv = hw_to_priv(hw); in cs2000_recalc_rate()
[all …]