Home
last modified time | relevance | path

Searched defs:stm32f4_pll_post_div_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c455 struct stm32f4_pll_post_div_data { struct
456 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