Searched defs:stm32f4_pll_post_div_data (Results 1 – 1 of 1) sorted by relevance
527 struct stm32f4_pll_post_div_data { struct528 int idx;529 u8 pll_num;530 const char *name;531 const char *parent;532 u8 flag;533 u8 offset;534 u8 shift;535 u8 width;559 static const struct stm32f4_pll_post_div_data post_div_data[MAX_POST_DIV] = { argument