Home
last modified time | relevance | path

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

/linux/drivers/clk/actions/
H A Dowl-factor.h32 struct owl_clk_common common;
62 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_factor()
67 long owl_factor_helper_round_rate(struct owl_clk_common *common,
72 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common,
76 int owl_factor_helper_set_rate(const struct owl_clk_common *common,
H A Dowl-common.h20 struct owl_clk_common { struct
26 struct owl_clk_common **clks; argument
34 static inline struct owl_clk_common *
37 return container_of(hw, struct owl_clk_common, hw); in hw_to_owl_clk_common()
H A Dowl-gate.c16 void owl_gate_set(const struct owl_clk_common *common, in owl_gate_set()
37 struct owl_clk_common *common = &gate->common; in owl_gate_disable()
45 struct owl_clk_common *common = &gate->common; in owl_gate_enable()
52 int owl_gate_clk_is_enabled(const struct owl_clk_common *common, in owl_gate_clk_is_enabled()
68 struct owl_clk_common *common = &gate->common; in owl_gate_is_enabled()
H A Dowl-mux.h24 struct owl_clk_common common;
49 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_mux()
54 u8 owl_mux_helper_get_parent(const struct owl_clk_common *common,
56 int owl_mux_helper_set_parent(const struct owl_clk_common *common,
H A Dowl-gate.h24 struct owl_clk_common common;
61 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_gate()
66 void owl_gate_set(const struct owl_clk_common *common,
68 int owl_gate_clk_is_enabled(const struct owl_clk_common *common,
H A Dowl-pll.c93 const struct owl_clk_common *common = &pll->common; in owl_pll_recalc_rate()
121 const struct owl_clk_common *common = &pll->common; in owl_pll_is_enabled()
129 static void owl_pll_set(const struct owl_clk_common *common, in owl_pll_set()
147 const struct owl_clk_common *common = &pll->common; in owl_pll_enable()
157 const struct owl_clk_common *common = &pll->common; in owl_pll_disable()
167 const struct owl_clk_common *common = &pll->common; in owl_pll_set_rate()
H A Dowl-factor.c119 long owl_factor_helper_round_rate(struct owl_clk_common *common, in owl_factor_helper_round_rate()
145 unsigned long owl_factor_helper_recalc_rate(struct owl_clk_common *common, in owl_factor_helper_recalc_rate()
180 struct owl_clk_common *common = &factor->common; in owl_factor_recalc_rate()
185 int owl_factor_helper_set_rate(const struct owl_clk_common *common, in owl_factor_helper_set_rate()
212 struct owl_clk_common *common = &factor->common; in owl_factor_set_rate()
H A Dowl-mux.c16 u8 owl_mux_helper_get_parent(const struct owl_clk_common *common, in owl_mux_helper_get_parent()
36 int owl_mux_helper_set_parent(const struct owl_clk_common *common, in owl_mux_helper_set_parent()
H A Dowl-pll.h38 struct owl_clk_common common;
103 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_pll()
H A Dowl-composite.h34 struct owl_clk_common common;
113 struct owl_clk_common *common = hw_to_owl_clk_common(hw); in hw_to_owl_comp()
H A Dowl-common.c27 struct owl_clk_common *clks; in owl_clk_set_regmap()
H A Dowl-s500.c409 static struct owl_clk_common *s500_clks[] = {
H A Dowl-s700.c410 static struct owl_clk_common *s700_clks[] = {
H A Dowl-s900.c502 static struct owl_clk_common *s900_clks[] = {