Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.h38 struct clk_stm32_priv { struct
39 uintptr_t base;
40 size_t nb_clk_refs;
41 struct clk **clk_refs;
42 const struct mux_cfg *muxes;
43 const uint32_t nb_muxes;
44 const struct gate_cfg *gates;
45 const uint32_t nb_gates;
46 const struct div_cfg *div;
47 const uint32_t nb_div;
[all …]

Completed in 3 milliseconds