Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/lib/
Ddmacopy.c14 static etrax_dma_descr indma, outdma; in dma_memcpy() local
24 indma.sw_len = outdma.sw_len = pn; in dma_memcpy()
25 indma.ctrl = d_eol | d_eop; in dma_memcpy()
27 indma.buf = psrc; in dma_memcpy()
30 *R_DMA_CH6_FIRST = &indma; in dma_memcpy()