Home
last modified time | relevance | path

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

/drivers/clk/mvebu/
Dcommon.c194 int num_gates; member
209 for (n = 0; n < ctrl->num_gates; n++) { in clk_gating_get_src()
270 ctrl->num_gates = n; in mvebu_clk_gating_setup()
271 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup()
276 for (n = 0; n < ctrl->num_gates; n++) { in mvebu_clk_gating_setup()
/drivers/clk/mediatek/
Dclk-mt8365.c903 unsigned int num_gates) in clk_mt8365_register_mtk_simple_gates() argument
907 for (i = 0; i != num_gates; ++i) { in clk_mt8365_register_mtk_simple_gates()