Home
last modified time | relevance | path

Searched refs:MAX_PLL_DIV (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/clk/
H A Dclk-stm32f4.c602 #define MAX_PLL_DIV 3 macro
603 static const struct stm32f4_div_data div_data[MAX_PLL_DIV] = {
612 const char *div_name[MAX_PLL_DIV];
615 static const struct stm32f4_pll_data stm32f429_pll[MAX_PLL_DIV] = {
621 static const struct stm32f4_pll_data stm32f469_pll[MAX_PLL_DIV] = {
967 for (i = 0; i < MAX_PLL_DIV; i++) in stm32f4_rcc_register_pll()
H A Dclk-qoriq.c37 #define MAX_PLL_DIV 32 macro
45 struct clockgen_pll_div div[MAX_PLL_DIV];