Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/ti/
Dmux.c31 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in ti_clk_mux_get_parent()
68 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in ti_clk_mux_set_parent()
102 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in clk_mux_save_context()
116 struct clk_omap_mux *mux = to_clk_omap_mux(hw); in clk_mux_restore_context()
Dclock.h45 #define to_clk_omap_mux(_hw) container_of(_hw, struct clk_omap_mux, hw) macro