Home
last modified time | relevance | path

Searched refs:ep93xx_spi_dma_finish (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-ep93xx.c369 * ep93xx_spi_dma_finish() - finishes with a DMA transfer
376 static void ep93xx_spi_dma_finish(struct spi_master *master, in ep93xx_spi_dma_finish() function
398 ep93xx_spi_dma_finish(master, DMA_TO_DEVICE); in ep93xx_spi_dma_callback()
399 ep93xx_spi_dma_finish(master, DMA_FROM_DEVICE); in ep93xx_spi_dma_callback()
417 ep93xx_spi_dma_finish(master, DMA_FROM_DEVICE); in ep93xx_spi_dma_transfer()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-ep93xx.c369 * ep93xx_spi_dma_finish() - finishes with a DMA transfer
376 static void ep93xx_spi_dma_finish(struct spi_controller *host, in ep93xx_spi_dma_finish() function
398 ep93xx_spi_dma_finish(host, DMA_TO_DEVICE); in ep93xx_spi_dma_callback()
399 ep93xx_spi_dma_finish(host, DMA_FROM_DEVICE); in ep93xx_spi_dma_callback()
417 ep93xx_spi_dma_finish(host, DMA_FROM_DEVICE); in ep93xx_spi_dma_transfer()

Completed in 3 milliseconds