Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/versatile/
Dclk-icst.c57 struct clk_icst { struct
67 #define to_icst(_hw) container_of(_hw, struct clk_icst, hw) argument
74 static int vco_get(struct clk_icst *icst, struct icst_vco *vco) in vco_get()
163 static int vco_set(struct clk_icst *icst, struct icst_vco vco) in vco_set()
233 struct clk_icst *icst = to_icst(hw); in icst_recalc_rate()
251 struct clk_icst *icst = to_icst(hw); in icst_round_rate()
301 struct clk_icst *icst = to_icst(hw); in icst_set_rate()
355 struct clk_icst *icst; in icst_clk_setup()