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

/linux-4.1.27/drivers/mcb/
H A Dmcb-parse.c94 int num_cells = 0; chameleon_parse_cells() local
147 num_cells++; for_each_chameleon_cell()
150 if (num_cells == 0)
151 num_cells = -EINVAL;
154 return num_cells;
H A Dmcb-pci.c38 int num_cells; mcb_pci_probe() local
93 num_cells = ret; mcb_pci_probe()
95 dev_dbg(&pdev->dev, "Found %d cells\n", num_cells); mcb_pci_probe()
/linux-4.1.27/drivers/clk/at91/
H A Dclk-pll.c392 u32 num_cells; of_at91_clk_pll_get_characteristics() local
403 &num_cells)) of_at91_clk_pll_get_characteristics()
406 if (num_cells < 2 || num_cells > 4) of_at91_clk_pll_get_characteristics()
411 num_output = tmp / (sizeof(u32) * num_cells); of_at91_clk_pll_get_characteristics()
421 if (num_cells > 2) { of_at91_clk_pll_get_characteristics()
427 if (num_cells > 3) { of_at91_clk_pll_get_characteristics()
434 offset = i * num_cells; of_at91_clk_pll_get_characteristics()
446 if (num_cells == 2) of_at91_clk_pll_get_characteristics()
455 if (num_cells == 3) of_at91_clk_pll_get_characteristics()
/linux-4.1.27/net/dccp/
H A Dackvec.c202 u32 num_cells = num_packets; dccp_ackvec_add_new() local
210 * which we squeeze into num_cells-1 rather than reserving an dccp_ackvec_add_new()
220 for (num_packets = num_cells = 1; lost_packets; ++num_cells) { dccp_ackvec_add_new()
230 if (num_cells + dccp_ackvec_buflen(av) >= DCCPAV_MAX_ACKVEC_LEN) { dccp_ackvec_add_new()

Completed in 234 milliseconds