Searched defs:clk_stm32_priv (Results 1 – 1 of 1) sorted by relevance
38 struct clk_stm32_priv { struct39 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 uint8_t *gate_cpt;46 const uint32_t nb_gates;47 const struct div_cfg *div;[all …]