Searched refs:gate_cfg (Results 1 – 5 of 5) sorted by relevance
111 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_disable()123 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_enable()725 const struct gate_cfg *gate = &priv->gates[gate_id]; in _clk_stm32_gate_wait_ready()756 const struct gate_cfg *gate = &priv->gates[cfg->id]; in clk_stm32_gate_enable()773 const struct gate_cfg *gate = &priv->gates[cfg->id]; in clk_stm32_gate_disable()785 const struct gate_cfg *gate; in _clk_stm32_gate_is_enabled()
17 struct gate_cfg { struct70 const struct gate_cfg *gates;
481 static const struct gate_cfg gates_mp2[LAST_GATE] = {
607 static const struct gate_cfg gates_mp13[LAST_GATE] = {
2778 uint32_t gate_cfg : 4; member