Home
last modified time | relevance | path

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

/linux/drivers/clk/sophgo/
H A Dclk-sg2044.c63 struct sg2044_mux { struct
248 static inline struct sg2044_mux *hw_to_sg2044_mux(struct clk_hw *hw) in hw_to_sg2044_mux()
251 struct sg2044_mux, common); in hw_to_sg2044_mux()
254 static inline struct sg2044_mux *nb_to_sg2044_mux(struct notifier_block *nb) in nb_to_sg2044_mux()
256 return container_of(nb, struct sg2044_mux, nb); in nb_to_sg2044_mux()
265 struct sg2044_mux *mux = nb_to_sg2044_mux(nb); in sg2044_mux_notifier_cb()
369 struct sg2044_mux _name = { \
1699 struct sg2044_mux *mux = hw_to_sg2044_mux(&common->hw); in sg2044_clk_init_ctrl()