Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/
Dclk-stm32f4.c398 static int stm32fx_end_primary_clk; variable
852 if (WARN_ON(secondary >= stm32fx_end_primary_clk)) in stm32f4_rcc_lookup_clk_idx()
869 return stm32fx_end_primary_clk - 1 + hweight64(table[0]) + in stm32f4_rcc_lookup_clk_idx()
1712 stm32fx_end_primary_clk = data->end_primary; in stm32f4_rcc_init()
1714 clks = kmalloc_array(data->gates_num + stm32fx_end_primary_clk, in stm32f4_rcc_init()