Searched defs:div_cfg (Results 1 – 3 of 3) sorted by relevance
28 struct div_cfg { struct29 const struct clk_div_table *table;30 uint16_t offset;31 uint8_t shift;32 uint8_t width;33 uint8_t flags;34 uint8_t bitrdy;
114 struct div_cfg { struct131 static const struct div_cfg dividers_mp15[] = { argument
759 struct clk_stm32_div_cfg *div_cfg = clk->clock_cfg; in clk_stm32_divider_recalc() local