Home
last modified time | relevance | path

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

/linux/drivers/clk/
H A Dclk-stm32f4.c1310 int gates_num; member
1710 .gates_num = ARRAY_SIZE(stm32f429_gates),
1720 .gates_num = ARRAY_SIZE(stm32f469_gates),
1730 .gates_num = ARRAY_SIZE(stm32f746_gates),
1740 .gates_num = ARRAY_SIZE(stm32f769_gates),
1858 clks = kmalloc_array(data->gates_num + stm32fx_end_primary_clk, in stm32f4_rcc_init()
1952 for (n = 0; n < data->gates_num; n++) { in stm32f4_rcc_init()