Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/
Dclk-stm32f4.c1091 int gates_num; member
1320 .gates_num = ARRAY_SIZE(stm32f429_gates),
1330 .gates_num = ARRAY_SIZE(stm32f469_gates),
1340 .gates_num = ARRAY_SIZE(stm32f746_gates),
1454 clks = kmalloc_array(data->gates_num + stm32fx_end_primary_clk, in stm32f4_rcc_init()
1536 for (n = 0; n < data->gates_num; n++) { in stm32f4_rcc_init()