Searched refs:s32cc_clkmux (Results 1 – 3 of 3) sorted by relevance
33 static struct s32cc_clkmux arm_pll_mux =58 static struct s32cc_clkmux cgm0_mux0 =64 static struct s32cc_clkmux cgm0_mux8 =71 static struct s32cc_clkmux cgm0_mux14 =110 static struct s32cc_clkmux cgm1_mux0 =135 static struct s32cc_clkmux periph_pll_mux =160 static struct s32cc_clkmux ddr_pll_mux =177 static struct s32cc_clkmux cgm5_mux0 =
246 static struct s32cc_clkmux *get_pll_mux(const struct s32cc_pll *pll) in get_pll_mux()462 const struct s32cc_clkmux *mux; in enable_pll()685 static int enable_cgm_mux(const struct s32cc_clkmux *mux, in enable_cgm_mux()705 const struct s32cc_clkmux *mux = s32cc_obj2clkmux(module); in get_mux_parent()726 const struct s32cc_clkmux *mux = s32cc_obj2clkmux(module); in enable_mux()1115 static inline struct s32cc_clkmux *get_cgm_div_mux(const struct s32cc_cgm_div *cgm_div) in get_cgm_div_mux()1153 const struct s32cc_clkmux *mux; in enable_cgm_div()1261 const struct s32cc_clkmux *mux; in get_cgm_div_freq()1803 const struct s32cc_clkmux *mux = s32cc_obj2clkmux(module); in set_mux_freq()1825 const struct s32cc_clkmux *mux = s32cc_obj2clkmux(module); in get_mux_freq()[all …]
69 struct s32cc_clkmux { struct337 static inline struct s32cc_clkmux *s32cc_obj2clkmux(const struct s32cc_clk_obj *mod) in s32cc_obj2clkmux()341 cmux_addr = ((uintptr_t)mod) - offsetof(struct s32cc_clkmux, desc); in s32cc_obj2clkmux()342 return (struct s32cc_clkmux *)cmux_addr; in s32cc_obj2clkmux()345 static inline struct s32cc_clkmux *s32cc_clk2mux(const struct s32cc_clk *clk) in s32cc_clk2mux()