Lines Matching defs:stm32f4_pll_post_div_data
553 struct stm32f4_pll_post_div_data { struct554 int idx;555 int pll_idx;556 const char *name;557 const char *parent;558 u8 flag;559 u8 offset;560 u8 shift;561 u8 width;562 u8 flag_div;586 static const struct stm32f4_pll_post_div_data post_div_data[MAX_POST_DIV] = { argument