slots_per_op       41 drivers/dma/iop-adma.c 	int stride = slot->slots_per_op;
slots_per_op       44 drivers/dma/iop-adma.c 		slot->slots_per_op = 0;
slots_per_op       96 drivers/dma/iop-adma.c 		desc->idx, desc->slots_per_op);
slots_per_op      110 drivers/dma/iop-adma.c 	int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
slots_per_op      144 drivers/dma/iop-adma.c 		if (!slot_cnt && !slots_per_op) {
slots_per_op      146 drivers/dma/iop-adma.c 			slots_per_op = iter->slots_per_op;
slots_per_op      147 drivers/dma/iop-adma.c 			if (slot_cnt <= slots_per_op) {
slots_per_op      149 drivers/dma/iop-adma.c 				slots_per_op = 0;
slots_per_op      157 drivers/dma/iop-adma.c 			slot_cnt -= slots_per_op;
slots_per_op      161 drivers/dma/iop-adma.c 		if (slots_per_op != 0 && slot_cnt == 0) {
slots_per_op      178 drivers/dma/iop-adma.c 					slot_cnt -= slots_per_op;
slots_per_op      195 drivers/dma/iop-adma.c 				slot_cnt -= slots_per_op;
slots_per_op      206 drivers/dma/iop-adma.c 			slots_per_op = 0;
slots_per_op      212 drivers/dma/iop-adma.c 		} else if (slots_per_op) /* wait for group completion */
slots_per_op      257 drivers/dma/iop-adma.c 			int slots_per_op)
slots_per_op      280 drivers/dma/iop-adma.c 		if (iter->slots_per_op) {
slots_per_op      293 drivers/dma/iop-adma.c 			if (iop_desc_is_aligned(iter, slots_per_op))
slots_per_op      311 drivers/dma/iop-adma.c 					(u64)iter->async_tx.phys, slots_per_op);
slots_per_op      314 drivers/dma/iop-adma.c 				if (num_slots != slots_per_op)
slots_per_op      322 drivers/dma/iop-adma.c 				for (i = 0; i < slots_per_op; i++) {
slots_per_op      323 drivers/dma/iop-adma.c 					iter->slots_per_op = slots_per_op - i;
slots_per_op      329 drivers/dma/iop-adma.c 				num_slots -= slots_per_op;
slots_per_op      488 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      493 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_interrupt_slot_count(&slots_per_op, iop_chan);
slots_per_op      494 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      511 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      521 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_memcpy_slot_count(len, &slots_per_op);
slots_per_op      522 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      543 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      554 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_xor_slot_count(len, src_cnt, &slots_per_op);
slots_per_op      555 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      578 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      587 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_zero_sum_slot_count(len, src_cnt, &slots_per_op);
slots_per_op      588 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      613 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      632 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_pq_slot_count(len, continue_srcs, &slots_per_op);
slots_per_op      633 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      678 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op      688 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_pq_zero_sum_slot_count(len, src_cnt + 2, &slots_per_op);
slots_per_op      689 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op     1439 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op     1444 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_memcpy_slot_count(0, &slots_per_op);
slots_per_op     1445 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op     1492 drivers/dma/iop-adma.c 	int slot_cnt, slots_per_op;
slots_per_op     1497 drivers/dma/iop-adma.c 	slot_cnt = iop_chan_xor_slot_count(0, 2, &slots_per_op);
slots_per_op     1498 drivers/dma/iop-adma.c 	sw_desc = iop_adma_alloc_slots(iop_chan, slot_cnt, slots_per_op);
slots_per_op      174 drivers/dma/iop-adma.h iop_chan_pq_slot_count(size_t len, int src_cnt, int *slots_per_op)
slots_per_op      201 drivers/dma/iop-adma.h iop_chan_pq_zero_sum_slot_count(size_t len, int src_cnt, int *slots_per_op)
slots_per_op      292 drivers/dma/iop-adma.h static inline int iop_chan_memcpy_slot_count(size_t len, int *slots_per_op)
slots_per_op      294 drivers/dma/iop-adma.h 	*slots_per_op = 1;
slots_per_op      299 drivers/dma/iop-adma.h static inline int iop_chan_memset_slot_count(size_t len, int *slots_per_op)
slots_per_op      301 drivers/dma/iop-adma.h 	*slots_per_op = 1;
slots_per_op      306 drivers/dma/iop-adma.h 					int *slots_per_op)
slots_per_op      318 drivers/dma/iop-adma.h 	*slots_per_op = slot_count_table[src_cnt - 1];
slots_per_op      319 drivers/dma/iop-adma.h 	return *slots_per_op;
slots_per_op      323 drivers/dma/iop-adma.h iop_chan_interrupt_slot_count(int *slots_per_op, struct iop_adma_chan *chan)
slots_per_op      328 drivers/dma/iop-adma.h 		return iop_chan_memcpy_slot_count(0, slots_per_op);
slots_per_op      330 drivers/dma/iop-adma.h 		return iop3xx_aau_xor_slot_count(0, 2, slots_per_op);
slots_per_op      338 drivers/dma/iop-adma.h 						int *slots_per_op)
slots_per_op      340 drivers/dma/iop-adma.h 	int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op);
slots_per_op      348 drivers/dma/iop-adma.h 		slot_cnt += *slots_per_op;
slots_per_op      351 drivers/dma/iop-adma.h 	slot_cnt += *slots_per_op;
slots_per_op      360 drivers/dma/iop-adma.h 						int *slots_per_op)
slots_per_op      362 drivers/dma/iop-adma.h 	int slot_cnt = iop3xx_aau_xor_slot_count(len, src_cnt, slots_per_op);
slots_per_op      370 drivers/dma/iop-adma.h 		slot_cnt += *slots_per_op;
slots_per_op      373 drivers/dma/iop-adma.h 	slot_cnt += *slots_per_op;
slots_per_op      557 drivers/dma/iop-adma.h 	int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
slots_per_op      567 drivers/dma/iop-adma.h 	for (i = 0, j = 0; (slot_cnt -= slots_per_op) >= 0;
slots_per_op      568 drivers/dma/iop-adma.h 		i += slots_per_op, j++) {
slots_per_op      581 drivers/dma/iop-adma.h 				iop_hw_desc_slot_idx(hw_desc, i - slots_per_op);
slots_per_op      676 drivers/dma/iop-adma.h 	int slots_per_op = desc->slots_per_op;
slots_per_op      687 drivers/dma/iop-adma.h 			i += slots_per_op;
slots_per_op      727 drivers/dma/iop-adma.h 	int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
slots_per_op      730 drivers/dma/iop-adma.h 	for (i = 0; (slot_cnt -= slots_per_op) >= 0;
slots_per_op      731 drivers/dma/iop-adma.h 		i += slots_per_op, addr += IOP_ADMA_ZERO_SUM_MAX_BYTE_COUNT) {
slots_per_op      742 drivers/dma/iop-adma.h 	int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op;
slots_per_op      745 drivers/dma/iop-adma.h 	for (i = 0; (slot_cnt -= slots_per_op) >= 0;
slots_per_op      746 drivers/dma/iop-adma.h 		i += slots_per_op, addr += IOP_ADMA_XOR_MAX_BYTE_COUNT) {
slots_per_op      794 drivers/dma/ppc4xx/adma.c 			int *slots_per_op)
slots_per_op      799 drivers/dma/ppc4xx/adma.c 	slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS;
slots_per_op     1449 drivers/dma/ppc4xx/adma.c 	int stride = slot->slots_per_op;
slots_per_op     1452 drivers/dma/ppc4xx/adma.c 		slot->slots_per_op = 0;
slots_per_op     1521 drivers/dma/ppc4xx/adma.c 		desc->phys, desc->idx, desc->slots_per_op);
slots_per_op     1541 drivers/dma/ppc4xx/adma.c 	int seen_current = 0, slot_cnt = 0, slots_per_op = 0;
slots_per_op     1589 drivers/dma/ppc4xx/adma.c 		if (!slot_cnt && !slots_per_op) {
slots_per_op     1591 drivers/dma/ppc4xx/adma.c 			slots_per_op = iter->slots_per_op;
slots_per_op     1592 drivers/dma/ppc4xx/adma.c 			if (slot_cnt <= slots_per_op) {
slots_per_op     1594 drivers/dma/ppc4xx/adma.c 				slots_per_op = 0;
slots_per_op     1601 drivers/dma/ppc4xx/adma.c 			slot_cnt -= slots_per_op;
slots_per_op     1605 drivers/dma/ppc4xx/adma.c 		if (slots_per_op != 0 && slot_cnt == 0) {
slots_per_op     1618 drivers/dma/ppc4xx/adma.c 				slot_cnt -= slots_per_op;
slots_per_op     1635 drivers/dma/ppc4xx/adma.c 			slots_per_op = 0;
slots_per_op     1641 drivers/dma/ppc4xx/adma.c 		} else if (slots_per_op) /* wait for group completion */
slots_per_op     1687 drivers/dma/ppc4xx/adma.c 		int slots_per_op)
slots_per_op     1695 drivers/dma/ppc4xx/adma.c 	BUG_ON(!num_slots || !slots_per_op);
slots_per_op     1712 drivers/dma/ppc4xx/adma.c 		if (iter->slots_per_op) {
slots_per_op     1729 drivers/dma/ppc4xx/adma.c 				if (num_slots != slots_per_op)
slots_per_op     1739 drivers/dma/ppc4xx/adma.c 				for (i = 0; i < slots_per_op; i++) {
slots_per_op     1740 drivers/dma/ppc4xx/adma.c 					iter->slots_per_op = slots_per_op - i;
slots_per_op     1746 drivers/dma/ppc4xx/adma.c 				num_slots -= slots_per_op;
slots_per_op     1903 drivers/dma/ppc4xx/adma.c 	int slots_per_op;
slots_per_op     1910 drivers/dma/ppc4xx/adma.c 	slots_per_op = group_start->slots_per_op;
slots_per_op     1931 drivers/dma/ppc4xx/adma.c 	chan->pending += slot_cnt / slots_per_op;
slots_per_op     1951 drivers/dma/ppc4xx/adma.c 	int slot_cnt, slots_per_op;
slots_per_op     1960 drivers/dma/ppc4xx/adma.c 	slot_cnt = slots_per_op = 1;
slots_per_op     1962 drivers/dma/ppc4xx/adma.c 			slots_per_op);
slots_per_op     1983 drivers/dma/ppc4xx/adma.c 	int slot_cnt, slots_per_op;
slots_per_op     1998 drivers/dma/ppc4xx/adma.c 	slot_cnt = slots_per_op = 1;
slots_per_op     2000 drivers/dma/ppc4xx/adma.c 		slots_per_op);
slots_per_op     2025 drivers/dma/ppc4xx/adma.c 	int slot_cnt, slots_per_op;
slots_per_op     2041 drivers/dma/ppc4xx/adma.c 	slot_cnt = ppc440spe_chan_xor_slot_count(len, src_cnt, &slots_per_op);
slots_per_op     2043 drivers/dma/ppc4xx/adma.c 			slots_per_op);
slots_per_op     2593 drivers/dma/ppc4xx/adma.c 	int slot_cnt, slots_per_op, idst, dst_cnt;
slots_per_op     2619 drivers/dma/ppc4xx/adma.c 	slots_per_op = 1;
slots_per_op     2623 drivers/dma/ppc4xx/adma.c 					     slots_per_op);
slots_per_op     3660 drivers/dma/ppc4xx/adma.c 	int slot_cnt, slots_per_op;
slots_per_op     3666 drivers/dma/ppc4xx/adma.c 	slot_cnt = ppc440spe_chan_xor_slot_count(0, 2, &slots_per_op);
slots_per_op     3667 drivers/dma/ppc4xx/adma.c 	sw_desc = ppc440spe_adma_alloc_slots(chan, slot_cnt, slots_per_op);
slots_per_op      161 drivers/dma/ppc4xx/adma.h 	u8 slots_per_op;
slots_per_op       89 include/linux/platform_data/dma-iop32x.h 	u16 slots_per_op;