Lines Matching defs:num
43 clk_data->num = clk_num;
85 int mtk_clk_register_fixed_clks(const struct mtk_fixed_clk *clks, int num,
94 for (i = 0; i < num; i++) {
131 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num,
139 for (i = num; i > 0; i--) {
151 int mtk_clk_register_factors(const struct mtk_fixed_factor *clks, int num,
160 for (i = 0; i < num; i++) {
197 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num,
205 for (i = num; i > 0; i--) {
329 const struct mtk_composite *mcs, int num,
339 for (i = 0; i < num; i++) {
376 void mtk_clk_unregister_composites(const struct mtk_composite *mcs, int num,
384 for (i = num; i > 0; i--) {
397 const struct mtk_clk_divider *mcds, int num,
407 for (i = 0; i < num; i++) {
446 void mtk_clk_unregister_dividers(const struct mtk_clk_divider *mcds, int num,
454 for (i = num; i > 0; i--) {