Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dedma.c1774 struct dma_device *s_ddev = &ecc->dma_slave; in edma_dma_init() local
1779 dma_cap_zero(s_ddev->cap_mask); in edma_dma_init()
1780 dma_cap_set(DMA_SLAVE, s_ddev->cap_mask); in edma_dma_init()
1781 dma_cap_set(DMA_CYCLIC, s_ddev->cap_mask); in edma_dma_init()
1786 dma_cap_set(DMA_MEMCPY, s_ddev->cap_mask); in edma_dma_init()
1787 s_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()
1788 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()
1791 s_ddev->device_prep_slave_sg = edma_prep_slave_sg; in edma_dma_init()
1792 s_ddev->device_prep_dma_cyclic = edma_prep_dma_cyclic; in edma_dma_init()
1793 s_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()
[all …]