Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32-core.h45 struct stm32_clk_ops { struct
78 const struct stm32_clk_ops **ops_array;
319 extern const struct stm32_clk_ops clk_mux_ops;
320 extern const struct stm32_clk_ops clk_stm32_divider_ops;
321 extern const struct stm32_clk_ops clk_stm32_gate_ops;
322 extern const struct stm32_clk_ops clk_fixed_factor_ops;
323 extern const struct stm32_clk_ops clk_gate_ops;
324 extern const struct stm32_clk_ops clk_timer_ops;
325 extern const struct stm32_clk_ops clk_stm32_fixed_rate_ops;
H A Dclk-stm32-core.c28 const struct stm32_clk_ops clk_mux_ops;
103 const struct stm32_clk_ops clk_gate_ops = {
145 static const struct stm32_clk_ops *_clk_get_ops(struct stm32_clk_priv *priv, int id) in _clk_get_ops()
304 const struct stm32_clk_ops *ops = _clk_get_ops(priv, clk_id); in _clk_stm32_get_parent()
391 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in _clk_stm32_get_rate()
447 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in clk_stm32_enable_call_ops()
498 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in clk_stm32_disable_call_ops()
546 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in _clk_stm32_is_enabled()
685 const struct stm32_clk_ops clk_stm32_divider_ops = {
802 const struct stm32_clk_ops clk_stm32_gate_ops = {
[all …]
H A Dclk-stm32mp2.c910 static struct stm32_clk_ops clk_stm32_osc_ops = {
920 static struct stm32_clk_ops clk_stm32_osc_nogate_ops = {
1147 static const struct stm32_clk_ops clk_stm32_pll_ops = {
1198 static const struct stm32_clk_ops clk_stm32_pll1_ops = {
1304 static const struct stm32_clk_ops clk_stm32_flexgen_ops = {
1372 static const struct stm32_clk_ops clk_stm32_osc_msi_ops = {
1413 static const struct stm32_clk_ops clk_stm32_rtc_ops = {
1441 static const struct stm32_clk_ops *ops_array_mp2[MP2_LAST_OPS] = {
H A Dclk-stm32mp13.c1896 static struct stm32_clk_ops clk_stm32_osc_ops = {
1904 static struct stm32_clk_ops clk_stm32_osc_nogate_ops = {
2019 static const struct stm32_clk_ops clk_stm32_pll_ops = {
2074 static const struct stm32_clk_ops clk_stm32_composite_ops = {
2102 static const struct stm32_clk_ops *ops_array_mp13[MP13_LAST_OPS] = {