Searched refs:s_ddev (Results 1 – 1 of 1) sorted by relevance
1929 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()1940 s_ddev->directions = BIT(DMA_MEM_TO_MEM); in edma_dma_init()1948 s_ddev->device_tx_status = edma_tx_status; in edma_dma_init()1949 s_ddev->device_config = edma_slave_config; in edma_dma_init()1950 s_ddev->device_pause = edma_dma_pause; in edma_dma_init()1951 s_ddev->device_resume = edma_dma_resume; in edma_dma_init()1961 s_ddev->dev = ecc->dev; in edma_dma_init()1962 INIT_LIST_HEAD(&s_ddev->channels); in edma_dma_init()[all …]