Searched refs:iop_chan_xor_slot_count (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/arm/mach-iop13xx/include/mach/ |
D | adma.h | 201 iop_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) in iop_chan_xor_slot_count() function 217 #define iop_chan_zero_sum_slot_count(l, s, o) iop_chan_xor_slot_count(l, s, o) 218 #define iop_chan_pq_slot_count iop_chan_xor_slot_count 219 #define iop_chan_pq_zero_sum_slot_count iop_chan_xor_slot_count
|
/Linux-v4.19/arch/arm/include/asm/hardware/ |
D | iop3xx-adma.h | 355 static inline int iop_chan_xor_slot_count(size_t len, int src_cnt, in iop_chan_xor_slot_count() function
|
/Linux-v4.19/drivers/dma/ |
D | iop-adma.c | 565 slot_cnt = iop_chan_xor_slot_count(len, src_cnt, &slots_per_op); in iop_adma_prep_dma_xor() 1508 slot_cnt = iop_chan_xor_slot_count(0, 2, &slots_per_op); in iop_chan_start_null_xor()
|