Searched defs:stm32_div_cfg (Results 1 – 2 of 2) sorted by relevance
26 struct stm32_div_cfg { struct27 u16 offset;28 u8 shift;29 u8 width;30 u8 flags;31 u8 ready;32 const struct clk_div_table *table;
369 struct stm32_div_cfg { struct383 const struct stm32_div_cfg *div; argument