Searched defs:stm32mp1_clk_sel (Results 1 – 1 of 1) sorted by relevance
207 struct stm32mp1_clk_sel { struct208 uint16_t offset;209 uint8_t src;210 uint8_t msk;211 uint8_t nb_parent;212 const uint8_t *parent;465 static const struct stm32mp1_clk_sel stm32mp1_clk_sel[_PARENT_SEL_NB] = { variable