Searched defs:stm32_mux_cfg (Results 1 – 1 of 1) sorted by relevance
21 struct stm32_mux_cfg { struct22 const char * const *parent_names;23 u8 num_parents;24 u32 reg_off;25 u8 shift;26 u8 width;27 u8 mux_flags;28 u32 *table;
Completed in 17 milliseconds