Lines Matching refs:ndivs
875 int ndivs; /* number of outputs */903 .ndivs = 2,914 .ndivs = 4,925 .ndivs = 2,958 int ndivs = SUNXI_DIVS_MAX_QTY, i = 0;962 if (data->ndivs)963 ndivs = data->ndivs;966 for (i = 0; i < ndivs; i++) {1009 clks = kcalloc(ndivs, sizeof(*clks), GFP_KERNEL);1019 for (i = 0; i < ndivs; i++) {