Searched defs:slots_per_op (Results 1 – 3 of 3) sorted by relevance
/arch/arm/include/asm/hardware/ |
D | iop3xx-adma.h | 192 iop_chan_pq_slot_count(size_t len, int src_cnt, int *slots_per_op) in iop_chan_pq_slot_count() 219 iop_chan_pq_zero_sum_slot_count(size_t len, int src_cnt, int *slots_per_op) in iop_chan_pq_zero_sum_slot_count() 310 static inline int iop_chan_memcpy_slot_count(size_t len, int *slots_per_op) in iop_chan_memcpy_slot_count() 317 static inline int iop_chan_memset_slot_count(size_t len, int *slots_per_op) in iop_chan_memset_slot_count() 324 int *slots_per_op) in iop3xx_aau_xor_slot_count() 341 iop_chan_interrupt_slot_count(int *slots_per_op, struct iop_adma_chan *chan) in iop_chan_interrupt_slot_count() 356 int *slots_per_op) in iop_chan_xor_slot_count() 378 int *slots_per_op) in iop_chan_zero_sum_slot_count() 605 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; in iop_desc_init_zero_sum() local 724 int slots_per_op = desc->slots_per_op; in iop_desc_set_zero_sum_byte_count() local [all …]
|
D | iop_adma.h | 100 u16 slots_per_op; member
|
/arch/arm/mach-iop13xx/include/mach/ |
D | adma.h | 185 iop_chan_memcpy_slot_count(size_t len, int *slots_per_op) in iop_chan_memcpy_slot_count() 194 iop_chan_memset_slot_count(size_t len, int *slots_per_op) in iop_chan_memset_slot_count() 201 iop_chan_xor_slot_count(size_t len, int src_cnt, int *slots_per_op) in iop_chan_xor_slot_count() 397 int slots_per_op = desc->slots_per_op; in iop_desc_set_zero_sum_byte_count() local 450 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; in iop_desc_set_xor_src_addr() local 470 int slot_cnt = desc->slot_cnt, slots_per_op = desc->slots_per_op; in iop_desc_set_pq_src_addr() local
|