Searched refs:num_gates (Results 1 – 3 of 3) sorted by relevance
194 int num_gates; member209 for (n = 0; n < ctrl->num_gates; n++) { in clk_gating_get_src()274 ctrl->num_gates = n; in mvebu_clk_gating_setup()275 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup()280 for (n = 0; n < ctrl->num_gates; n++) { in mvebu_clk_gating_setup()
352 mpath->sdata->u.mesh.num_gates++; in mesh_path_add_gate() 362 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_path_add_gate() 383 mpath->sdata->u.mesh.num_gates--; in mesh_gate_del() 388 mpath->dst, mpath->sdata->u.mesh.num_gates); in mesh_gate_del() 399 return sdata->u.mesh.num_gates; in mesh_gate_num()
800 int num_gates; member