Lines Matching refs:gate_id
706 uint16_t gate_id; member
736 .gate_id = (_gate_id),\
866 if (stm32_gate_rdy_enable(osc_data->gate_id)) in stm32_enable_oscillator_hse()
881 if (stm32_gate_is_enabled(osc_data->gate_id)) in stm32_enable_oscillator_lse()
889 stm32_gate_enable(osc_data->gate_id); in stm32_enable_oscillator_lse()
902 if (stm32_gate_rdy_enable(osc_data->gate_id)) in stm32_enable_oscillator_lsi()
942 if (stm32_gate_rdy_enable(osc_data->gate_id)) in stm32_enable_oscillator_msi()
964 if (osci->freq && stm32_gate_wait_ready(osc_data->gate_id, true)) in stm32_clk_oscillators_wait_lse_ready()
1001 uint16_t gate_id; member
1008 .gate_id = (_gate_id),\
1582 if (stm32_gate_rdy_disable(pll->gate_id)) in clk_stm32_pll_init()
1596 if (stm32_gate_rdy_enable(pll->gate_id)) in clk_stm32_pll_init()
2060 int gate_id; member
2215 if (stm32_gate_rdy_enable(cfg->gate_id)) { in clk_stm32_pll_enable()
2227 if (stm32_gate_rdy_disable(cfg->gate_id)) { in clk_stm32_pll_disable()
2253 if (stm32_gate_rdy_enable(cfg->gate_id)) { in clk_stm32_pll3_enable()
2532 .gate_id = (_gate_id),\
2544 .gate_id = (_gate_id),\
2556 .gate_id = (_gate_id),\
2593 .gate_id = (_gate_id),\
2607 .gate_id = (_gate_id),\
2621 .gate_id = (_gate_id),\