• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/

Lines Matching refs:slot_cnt

1044 	int slot_cnt;
1047 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS;
1050 return slot_cnt;
1055 return slot_cnt;
1778 u32 slot_count = unmap->slot_cnt;
1850 int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
1898 if (!slot_cnt && !slots_per_op) {
1899 slot_cnt = iter->slot_cnt;
1901 if (slot_cnt <= slots_per_op) {
1902 slot_cnt = 0;
1907 if (slot_cnt) {
1910 slot_cnt -= slots_per_op;
1914 if (slots_per_op != 0 && slot_cnt == 0) {
1919 slot_cnt = group_start->slot_cnt;
1927 slot_cnt -= slots_per_op;
1930 if (end_of_chain && slot_cnt) {
1937 if (slot_cnt == 0 || end_of_chain)
1942 BUG_ON(slot_cnt);
2046 iter->slot_cnt = num_slots;
2227 int slot_cnt;
2234 slot_cnt = group_start->slot_cnt;
2257 chan->pending += slot_cnt / slots_per_op;
2277 int slot_cnt, slots_per_op;
2286 slot_cnt = slots_per_op = 1;
2287 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt,
2309 int slot_cnt, slots_per_op;
2324 slot_cnt = slots_per_op = 1;
2325 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt,
2350 int slot_cnt, slots_per_op;
2366 slot_cnt = slots_per_op = 1;
2367 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt,
2392 int slot_cnt, slots_per_op;
2408 slot_cnt = ppc440spe_chan_xor_slot_count(len, src_cnt, &slots_per_op);
2409 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt,
2459 int slot_cnt;
2462 slot_cnt = 2;
2467 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt, 1);
2545 int slot_cnt;
2548 slot_cnt = 3;
2553 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt, 1);
2647 int slot_cnt;
2711 slot_cnt = src_cnt;
2714 slot_cnt++;
2718 slot_cnt++;
2726 slot_cnt = dst_cnt;
2734 slot_cnt += src_cnt - 2;
2736 slot_cnt += src_cnt - 3;
2741 if (slot_cnt == dst_cnt)
2748 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt, 1);
2792 int slot_cnt, descs_per_op;
2809 slot_cnt = descs_per_op * dst_cnt;
2811 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt, 1);
2813 op = slot_cnt;
2960 int slot_cnt, slots_per_op, idst, dst_cnt;
2985 slot_cnt = src_cnt + dst_cnt * 2;
2989 sw_desc = ppc440spe_adma_alloc_slots(ppc440spe_chan, slot_cnt,
4039 int slot_cnt, slots_per_op;
4045 slot_cnt = ppc440spe_chan_xor_slot_count(0, 2, &slots_per_op);
4046 sw_desc = ppc440spe_adma_alloc_slots(chan, slot_cnt, slots_per_op);