Searched defs:stm32f4_pll_post_div_data (Results 1 – 1 of 1) sorted by relevance
523 struct stm32f4_pll_post_div_data { struct524 int idx;525 int pll_idx;526 const char *name;527 const char *parent;528 u8 flag;529 u8 offset;530 u8 shift;531 u8 width;555 static const struct stm32f4_pll_post_div_data post_div_data[MAX_POST_DIV] = { argument