Home
last modified time | relevance | path

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

/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dclk-stm32-core.h45 struct stm32_clk_ops { struct
78 const struct stm32_clk_ops **ops_array;
383 extern const struct stm32_clk_ops clk_mux_ops;
384 extern const struct stm32_clk_ops clk_stm32_divider_ops;
385 extern const struct stm32_clk_ops clk_stm32_gate_ops;
386 extern const struct stm32_clk_ops clk_fixed_factor_ops;
387 extern const struct stm32_clk_ops clk_gate_ops;
388 extern const struct stm32_clk_ops clk_timer_ops;
389 extern const struct stm32_clk_ops clk_stm32_fixed_rate_ops;
390 extern const struct stm32_clk_ops clk_stm32_osc_ops;
[all …]
Dclk-stm32-core.c24 const struct stm32_clk_ops clk_mux_ops;
185 const struct stm32_clk_ops clk_gate_ops = {
227 static const struct stm32_clk_ops *_clk_get_ops(struct stm32_clk_priv *priv, int id) in _clk_get_ops()
389 const struct stm32_clk_ops *ops = _clk_get_ops(priv, clk_id); in _clk_stm32_get_parent()
476 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in _clk_stm32_get_rate()
532 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in clk_stm32_enable_call_ops()
583 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in clk_stm32_disable_call_ops()
631 const struct stm32_clk_ops *ops = _clk_get_ops(priv, id); in _clk_stm32_is_enabled()
764 const struct stm32_clk_ops clk_stm32_divider_ops = {
881 const struct stm32_clk_ops clk_stm32_gate_ops = {
[all …]
Dclk-stm32mp2.c781 static const struct stm32_clk_ops clk_stm32_pll_ops = {
832 static const struct stm32_clk_ops clk_stm32_pll1_ops = {
938 static const struct stm32_clk_ops clk_stm32_flexgen_ops = {
1000 static const struct stm32_clk_ops clk_stm32_osc_msi_ops = {
1019 static const struct stm32_clk_ops clk_stm32_rtc_ops = {
1045 static const struct stm32_clk_ops *ops_array_mp25[MP25_LAST_OPS] = {
Dclk-stm32mp13.c1764 static const struct stm32_clk_ops clk_stm32_pll_ops = {
1819 static const struct stm32_clk_ops clk_stm32_composite_ops = {
1845 static const struct stm32_clk_ops *ops_array_mp13[MP13_LAST_OPS] = {