Searched refs:s_ddev (Results 1 – 1 of 1) sorted by relevance
1933 struct dma_device *s_ddev = &ecc->dma_slave; in edma_dma_init() local1938 dma_cap_zero(s_ddev->cap_mask); in edma_dma_init()1939 dma_cap_set(DMA_SLAVE, s_ddev->cap_mask); in edma_dma_init()1940 dma_cap_set(DMA_CYCLIC, s_ddev->cap_mask); in edma_dma_init()1945 dma_cap_set(DMA_MEMCPY, s_ddev->cap_mask); in edma_dma_init()1946 dma_cap_set(DMA_INTERLEAVE, s_ddev->cap_mask); in edma_dma_init()1947 s_ddev->device_prep_dma_memcpy = edma_prep_dma_memcpy; in edma_dma_init()1948 s_ddev->device_prep_interleaved_dma = edma_prep_dma_interleaved; in edma_dma_init()1949 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()1952 s_ddev->device_prep_slave_sg = edma_prep_slave_sg; in edma_dma_init()[all …]