Searched refs:s_ddev (Results 1 – 1 of 1) sorted by relevance
1836 struct dma_device *s_ddev = &ecc->dma_slave; in edma_dma_init() local1841 dma_cap_zero(s_ddev->cap_mask); in edma_dma_init()1842 dma_cap_set(DMA_SLAVE, s_ddev->cap_mask); in edma_dma_init()1843 dma_cap_set(DMA_CYCLIC, s_ddev->cap_mask); in edma_dma_init()1848 dma_cap_set(DMA_MEMCPY, s_ddev->cap_mask); in edma_dma_init()1849 s_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1850 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()1853 s_ddev->device_prep_slave_sg = edma_prep_slave_sg; in edma_dma_init()1854 s_ddev->device_prep_dma_cyclic = edma_prep_dma_cyclic; in edma_dma_init()1855 s_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()[all …]