Searched refs:STM32H7_MAX_CLKS (Results 1 – 2 of 2) sorted by relevance
165 #define STM32H7_MAX_CLKS 166 macro
1204 clk_data = kzalloc(struct_size(clk_data, hws, STM32H7_MAX_CLKS), in stm32h7_rcc_init()1209 clk_data->num = STM32H7_MAX_CLKS; in stm32h7_rcc_init()1213 for (n = 0; n < STM32H7_MAX_CLKS; n++) in stm32h7_rcc_init()