31 | | === 3) void '''_cma_channel_start'''( unsigned int channel, unsigned long long src_paddr, unsigned int src_nbufs, unsigned long long dst_paddr, unsigned int dst_nbufs, unsigned int buf_length )__ === |
32 | | This function activates a chained buffer DMA channel. |
33 | | * channel : CMA channel index. |
34 | | * src_paddr : physical address of the source chbuf. |
35 | | * src_nbufs : number of buffers in the source chbuf. |
36 | | * dst_paddr : physical address of the destination chbuf. |
37 | | * dst_nbufs : number of buffers in the destination chbuf. |
38 | | * buf_length : single buffer length (bytes) |
39 | | |
40 | | === 4) void '''_cma_channel_stop'''( unsigned int channel ) === |
41 | | This function desactivates a chained buffer DMA channel. |
42 | | * channel : CMA channel index. |
43 | | |