Searched defs:stm32f4_pll_post_div_data (Results 1 – 1 of 1) sorted by relevance
455 struct stm32f4_pll_post_div_data { struct456 int idx;457 u8 pll_num;458 const char *name;459 const char *parent;460 u8 flag;461 u8 offset;462 u8 shift;463 u8 width;487 static const struct stm32f4_pll_post_div_data post_div_data[MAX_POST_DIV] = { argument