Searched refs:gates_num (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-mt8173-mm.c | 105 int gates_num; member 110 .gates_num = ARRAY_SIZE(mt8173_mm_clks), 127 ret = mtk_clk_register_gates(node, data->gates_clk, data->gates_num, in clk_mt8173_mm_probe()
|
H A D | clk-mt8167-mm.c | 91 int gates_num; member 96 .gates_num = ARRAY_SIZE(mm_clks), 113 ret = mtk_clk_register_gates(node, data->gates_clk, data->gates_num, in clk_mt8167_mm_probe()
|
/kernel/linux/linux-5.10/drivers/clk/ |
H A D | clk-stm32f4.c | 1166 int gates_num; member 1566 .gates_num = ARRAY_SIZE(stm32f429_gates), 1576 .gates_num = ARRAY_SIZE(stm32f469_gates), 1586 .gates_num = ARRAY_SIZE(stm32f746_gates), 1596 .gates_num = ARRAY_SIZE(stm32f769_gates), 1713 clks = kmalloc_array(data->gates_num + stm32fx_end_primary_clk, in stm32f4_rcc_init() 1807 for (n = 0; n < data->gates_num; n++) { in stm32f4_rcc_init()
|
/kernel/linux/linux-6.6/drivers/clk/ |
H A D | clk-stm32f4.c | 1167 int gates_num; member 1567 .gates_num = ARRAY_SIZE(stm32f429_gates), 1577 .gates_num = ARRAY_SIZE(stm32f469_gates), 1587 .gates_num = ARRAY_SIZE(stm32f746_gates), 1597 .gates_num = ARRAY_SIZE(stm32f769_gates), 1714 clks = kmalloc_array(data->gates_num + stm32fx_end_primary_clk, in stm32f4_rcc_init() 1808 for (n = 0; n < data->gates_num; n++) { in stm32f4_rcc_init()
|
Completed in 5 milliseconds