• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/

Lines Matching refs:slots_per_op

192 iop_chan_pq_slot_count(size_t len, int src_cnt, int *slots_per_op)
219 iop_chan_pq_zero_sum_slot_count(size_t len, int src_cnt, int *slots_per_op)
310 static inline int iop_chan_memcpy_slot_count(size_t len, int *slots_per_op)
312 *slots_per_op = 1;
317 static inline int iop_chan_memset_slot_count(size_t len, int *slots_per_op)
319 *slots_per_op = 1;
324 int *slots_per_op)
336 *slots_per_op = slot_count_table[src_cnt - 1];
337 return *slots_per_op;
341 iop_chan_interrupt_slot_count(int *slots_per_op, struct iop_adma_chan *chan)
346 return iop_chan_memcpy_slot_count(0, slots_per_op);
348 return iop3xx_aau_xor_slot_count(0, 2, slots_per_op);
356 int *slots_per_op)
358 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op);
366 slot_cnt += *slots_per_op;
369 slot_cnt += *slots_per_op;
378 int *slots_per_op)
380 int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op);
388 slot_cnt += *slots_per_op;
391 slot_cnt += *slots_per_op;
605 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
615 for (i = 0, j = 0; (slot_cnt -= slots_per_op) >= 0;
616 i += slots_per_op, j++) {
629 iop_hw_desc_slot_idx(hw_desc, i - slots_per_op);
724 int slots_per_op = desc->slots_per_op;
735 i += slots_per_op;
775 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
778 for (i = 0; (slot_cnt -= slots_per_op) >= 0;
779 i += slots_per_op, addr += IOP_ADMA_ZERO_SUM_MAX_BYTE_COUNT) {
790 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
793 for (i = 0; (slot_cnt -= slots_per_op) >= 0;
794 i += slots_per_op, addr += IOP_ADMA_XOR_MAX_BYTE_COUNT) {