Searched refs:num_gates (Results 1 – 3 of 3) sorted by relevance
197 int num_gates; member214 for (n = 0; n < ctrl->num_gates; n++) { in clk_gating_get_src()275 ctrl->num_gates = n; in mvebu_clk_gating_setup()276 ctrl->gates = kzalloc(ctrl->num_gates * sizeof(struct clk *), in mvebu_clk_gating_setup()281 for (n = 0; n < ctrl->num_gates; n++) { in mvebu_clk_gating_setup()
466 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate()473 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate()499 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del()503 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del()514 return sdata->u.mesh.num_gates; in mesh_gate_num()
679 int num_gates; member