Home
last modified time | relevance | path

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

/linux-5.10/drivers/clk/
Dclk-stm32f4.c527 struct stm32f4_pll_post_div_data { struct
528 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