Searched refs:iop_desc_set_byte_count (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/dma/ |
D | iop-adma.c | 538 iop_desc_set_byte_count(grp_start, iop_chan, len); in iop_adma_prep_dma_memcpy() 571 iop_desc_set_byte_count(grp_start, iop_chan, len); in iop_adma_prep_dma_xor() 650 iop_desc_set_byte_count(g, iop_chan, len); in iop_adma_prep_dma_pq() 1463 iop_desc_set_byte_count(grp_start, iop_chan, 0); in iop_chan_start_null_memcpy() 1515 iop_desc_set_byte_count(grp_start, iop_chan, 0); in iop_chan_start_null_xor()
|
/linux-4.1.27/arch/arm/mach-iop13xx/include/mach/ |
D | adma.h | 360 static inline void iop_desc_set_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_set_byte_count() function 468 iop_desc_set_byte_count(desc, chan, 0); in iop_desc_init_interrupt()
|
/linux-4.1.27/arch/arm/include/asm/hardware/ |
D | iop3xx-adma.h | 646 static inline void iop_desc_set_byte_count(struct iop_adma_desc_slot *desc, in iop_desc_set_byte_count() function
|