Searched refs:nonconst_tx (Results 1 – 3 of 3) sorted by relevance
125 void *nonconst_tx = (void *)mspi->tx; /* shut up gcc */ in fsl_spi_cpm_bufs() local127 mspi->tx_dma = dma_map_single(dev, nonconst_tx, t->len, in fsl_spi_cpm_bufs()
213 void *nonconst_tx = (void *)xfer->tx_buf; in mtk_spi_slave_dma_transfer() local215 xfer->tx_dma = dma_map_single(dev, nonconst_tx, in mtk_spi_slave_dma_transfer()
924 void *nonconst_tx = (void *)xfer->tx_buf; in atmel_spi_dma_map_xfer() local927 nonconst_tx, xfer->len, in atmel_spi_dma_map_xfer()
Completed in 12 milliseconds