Searched refs:s_ddev (Results 1 – 1 of 1) sorted by relevance
1924 struct dma_device *s_ddev = &ecc->dma_slave; in edma_dma_init() local1929 dma_cap_zero(s_ddev->cap_mask); in edma_dma_init()1930 dma_cap_set(DMA_SLAVE, s_ddev->cap_mask); in edma_dma_init()1931 dma_cap_set(DMA_CYCLIC, s_ddev->cap_mask); in edma_dma_init()1936 dma_cap_set(DMA_MEMCPY, s_ddev->cap_mask); in edma_dma_init()1937 dma_cap_set(DMA_INTERLEAVE, s_ddev->cap_mask); in edma_dma_init()1938 s_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1939 s_ddev->device_prep_interleaved_dma = edma_prep_dma_interleaved; in edma_dma_init()1940 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()1943 s_ddev->device_prep_slave_sg = edma_prep_slave_sg; in edma_dma_init()[all …]