Home
last modified time | relevance | path

Searched refs:slot_cnt (Results 1 – 3 of 3) sorted by relevance

/drivers/dma/
Diop-adma.c124 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __iop_adma_slot_cleanup() local
158 if (!slot_cnt && !slots_per_op) { in __iop_adma_slot_cleanup()
159 slot_cnt = iter->slot_cnt; in __iop_adma_slot_cleanup()
161 if (slot_cnt <= slots_per_op) { in __iop_adma_slot_cleanup()
162 slot_cnt = 0; in __iop_adma_slot_cleanup()
167 if (slot_cnt) { in __iop_adma_slot_cleanup()
171 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup()
175 if (slots_per_op != 0 && slot_cnt == 0) { in __iop_adma_slot_cleanup()
183 slot_cnt = grp_start->slot_cnt; in __iop_adma_slot_cleanup()
192 slot_cnt -= slots_per_op; in __iop_adma_slot_cleanup()
[all …]
/drivers/dma/ppc4xx/
Dadma.c812 int slot_cnt; in ppc440spe_chan_xor_slot_count() local
815 slot_cnt = *slots_per_op = (src_cnt + XOR_MAX_OPS - 1)/XOR_MAX_OPS; in ppc440spe_chan_xor_slot_count()
818 return slot_cnt; in ppc440spe_chan_xor_slot_count()
823 return slot_cnt; in ppc440spe_chan_xor_slot_count()
1560 int seen_current = 0, slot_cnt = 0, slots_per_op = 0; in __ppc440spe_adma_slot_cleanup() local
1608 if (!slot_cnt && !slots_per_op) { in __ppc440spe_adma_slot_cleanup()
1609 slot_cnt = iter->slot_cnt; in __ppc440spe_adma_slot_cleanup()
1611 if (slot_cnt <= slots_per_op) { in __ppc440spe_adma_slot_cleanup()
1612 slot_cnt = 0; in __ppc440spe_adma_slot_cleanup()
1617 if (slot_cnt) { in __ppc440spe_adma_slot_cleanup()
[all …]
Dadma.h158 u16 slot_cnt; member