Home
last modified time | relevance | path

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

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