Searched refs:STM32H7_MAX_CLKS (Results 1 – 3 of 3) sorted by relevance
165 #define STM32H7_MAX_CLKS 166 macro
167 #define STM32H7_MAX_CLKS 166 macro
1203 clk_data = kzalloc(struct_size(clk_data, hws, STM32H7_MAX_CLKS), in stm32h7_rcc_init()1208 clk_data->num = STM32H7_MAX_CLKS; in stm32h7_rcc_init()1212 for (n = 0; n < STM32H7_MAX_CLKS; n++) in stm32h7_rcc_init()