Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/imx/
Dclk-busy.c117 struct clk_busy_mux { struct
124 static inline struct clk_busy_mux *to_clk_busy_mux(struct clk_hw *hw) in to_clk_busy_mux() argument
128 return container_of(mux, struct clk_busy_mux, mux); in to_clk_busy_mux()
133 struct clk_busy_mux *busy = to_clk_busy_mux(hw); in clk_busy_mux_get_parent()
140 struct clk_busy_mux *busy = to_clk_busy_mux(hw); in clk_busy_mux_set_parent()
159 struct clk_busy_mux *busy; in imx_clk_hw_busy_mux()