Searched refs:ndivs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clk/sunxi/
H A Dclk-sunxi.c875 int ndivs; /* number of outputs */ member in struct:divs_data
903 .ndivs = 2,
914 .ndivs = 4,
925 .ndivs = 2,
958 int ndivs = SUNXI_DIVS_MAX_QTY, i = 0; local
962 if (data->ndivs)
963 ndivs = data->ndivs;
966 for (i = 0; i < ndivs; i++) {
1009 clks = kcalloc(ndivs, sizeo
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-imx.c178 unsigned int ndivs; member in struct:imx_i2c_hwdata
228 .ndivs = ARRAY_SIZE(imx_i2c_clk_div),
238 .ndivs = ARRAY_SIZE(imx_i2c_clk_div),
248 .ndivs = ARRAY_SIZE(imx_i2c_clk_div),
258 .ndivs = ARRAY_SIZE(vf610_i2c_clk_div),
591 else if (div > i2c_clk_div[i2c_imx->hwdata->ndivs - 1].div)
592 i = i2c_imx->hwdata->ndivs - 1;
/linux-master/drivers/net/ethernet/atheros/
H A Dag71xx.c635 int ndivs, i; local
643 ndivs = ARRAY_SIZE(ar933x_mdio_div_table);
646 ndivs = ARRAY_SIZE(ar7240_mdio_div_table);
649 ndivs = ARRAY_SIZE(ar71xx_mdio_div_table);
652 for (i = 0; i < ndivs; i++) {
/linux-master/crypto/
H A Dtestmgr.c469 unsigned int ndivs = 0; local
472 remaining -= divs[ndivs++].proportion_of_total;
475 return ndivs;
590 const unsigned int ndivs = count_test_sg_divisions(divs); local
595 if (WARN_ON(ndivs > ARRAY_SIZE(partitions)))
600 for (i = 0; i < ndivs; i++) {

Completed in 176 milliseconds