Searched refs:num_cells (Results 1 – 4 of 4) sorted by relevance
94 int num_cells = 0; in chameleon_parse_cells() local147 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()
38 int num_cells; in mcb_pci_probe() local94 num_cells = ret; in mcb_pci_probe()96 dev_dbg(&pdev->dev, "Found %d cells\n", num_cells); in mcb_pci_probe()
396 u32 num_cells; in of_at91_clk_pll_get_characteristics() local407 &num_cells)) in of_at91_clk_pll_get_characteristics()410 if (num_cells < 2 || num_cells > 4) in of_at91_clk_pll_get_characteristics()415 num_output = tmp / (sizeof(u32) * num_cells); in of_at91_clk_pll_get_characteristics()425 if (num_cells > 2) { in of_at91_clk_pll_get_characteristics()431 if (num_cells > 3) { in of_at91_clk_pll_get_characteristics()438 offset = i * num_cells; in of_at91_clk_pll_get_characteristics()450 if (num_cells == 2) in of_at91_clk_pll_get_characteristics()459 if (num_cells == 3) in of_at91_clk_pll_get_characteristics()
202 u32 num_cells = num_packets; in dccp_ackvec_add_new() local220 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()