Home
last modified time | relevance | path

Searched refs:stm32_gate_is_enabled (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.h117 bool stm32_gate_is_enabled(uint16_t gate_id);
A Dclk-stm32-core.c95 bool stm32_gate_is_enabled(uint16_t gate_id) in stm32_gate_is_enabled() function
A Dclk-stm32mp13.c988 if (stm32_gate_is_enabled(GATE_RTCCK)) in stm32_clk_configure_mux()
1321 if (stm32_gate_is_enabled(pll->gate_id)) { in clk_stm32_pll_init()
1343 if (!stm32_gate_is_enabled(pll->gate_id)) { in clk_stm32_pll_init()
1754 return stm32_gate_is_enabled(cfg->gate_id); in clk_stm32_pll_is_enabled()

Completed in 10 milliseconds