Home
last modified time | relevance | path

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

/linux/drivers/clk/sophgo/
H A Dclk-sg2044.c51 struct sg2044_clk_common { struct
59 struct sg2044_clk_common common; argument
64 struct sg2044_clk_common common;
71 struct sg2044_clk_common common;
81 struct sg2044_clk_common * const *pll;
82 struct sg2044_clk_common * const *div;
83 struct sg2044_clk_common * const *mux;
84 struct sg2044_clk_common * const *gate;
92 container_of((_hw), struct sg2044_clk_common, hw)
108 static unsigned long _sg2044_div_recalc_rate(struct sg2044_clk_common *common, in _sg2044_div_recalc_rate()
[all …]
H A Dclk-sg2044-pll.c76 struct sg2044_clk_common { struct
84 struct sg2044_clk_common common; argument
90 struct sg2044_clk_common * const *pll;
102 container_of((_hw), struct sg2044_clk_common, hw)
533 static struct sg2044_clk_common * const sg2044_pll_commons[] = {
562 struct sg2044_clk_common *common = desc->pll[i]; in sg2044_pll_init_ctrl()