Searched refs:s_ddev (Results 1 – 1 of 1) sorted by relevance
1894 struct dma_device *s_ddev = &ecc->dma_slave; in edma_dma_init() local1899 dma_cap_zero(s_ddev->cap_mask); in edma_dma_init()1900 dma_cap_set(DMA_SLAVE, s_ddev->cap_mask); in edma_dma_init()1901 dma_cap_set(DMA_CYCLIC, s_ddev->cap_mask); in edma_dma_init()1906 dma_cap_set(DMA_MEMCPY, s_ddev->cap_mask); in edma_dma_init()1907 s_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1908 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()1911 s_ddev->device_prep_slave_sg = edma_prep_slave_sg; in edma_dma_init()1912 s_ddev->device_prep_dma_cyclic = edma_prep_dma_cyclic; in edma_dma_init()1913 s_ddev->device_alloc_chan_resources = edma_alloc_chan_resources; in edma_dma_init()[all …]