Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware/drivers/st/clk/
H A Dclk-stm32-core.c193 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_disable() local
205 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_enable() local
795 const struct gate_cfg *gate = &priv->gates[gate_id]; _clk_stm32_gate_wait_ready() local
826 const struct gate_cfg *gate = &priv->gates[cfg->id]; clk_stm32_gate_enable() local
843 const struct gate_cfg *gate = &priv->gates[cfg->id]; clk_stm32_gate_disable() local
855 const struct gate_cfg *gate; _clk_stm32_gate_is_enabled() local
[all...]
H A Dstm32mp1_clk.c646 static bool gate_is_non_secure(const struct stm32mp1_clk_gate *gate) in gate_is_non_secure() argument
1052 static void __clk_enable(struct stm32mp1_clk_gate const *gate) in __clk_enable() argument
1065 static void __clk_disable(struct stm32mp1_clk_gate const *gate) in __clk_disable() argument
1079 __clk_is_enabled(struct stm32mp1_clk_gate const * gate) __clk_is_enabled() argument
1116 const struct stm32mp1_clk_gate *gate; __stm32mp1_clk_enable() local
1161 const struct stm32mp1_clk_gate *gate; __stm32mp1_clk_disable() local
[all...]