Searched defs:stm32_rcc_match_data (Results 1 – 2 of 2) sorted by relevance
67 struct stm32_rcc_match_data { struct68 struct clk_hw_onecell_data *hw_clks;69 unsigned int num_clocks;70 const struct clock_config *tab_clocks;71 unsigned int maxbinding;72 struct clk_stm32_clock_data *clock_data;73 u32 clear_offset;74 int (*check_security)(void __iomem *base,76 int (*multi_mux)(void __iomem *base, const struct clock_config *cfg);
2136 struct stm32_rcc_match_data { struct2144 static struct stm32_rcc_match_data stm32mp1_data = { argument