Searched refs:nonconst_tx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-fsl-cpm.c | 141 void *nonconst_tx = (void *)mspi->tx; /* shut up gcc */ in fsl_spi_cpm_bufs() local 143 mspi->tx_dma = dma_map_single(dev, nonconst_tx, t->len, in fsl_spi_cpm_bufs()
|
H A D | spi-slave-mt27xx.c | 196 void *nonconst_tx = (void *)xfer->tx_buf; in mtk_spi_slave_dma_transfer() local 198 xfer->tx_dma = dma_map_single(dev, nonconst_tx, in mtk_spi_slave_dma_transfer()
|
H A D | spi-atmel.c | 940 void *nonconst_tx = (void *)xfer->tx_buf; in atmel_spi_dma_map_xfer() local 943 nonconst_tx, xfer->len, in atmel_spi_dma_map_xfer()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-slave-mt27xx.c | 213 void *nonconst_tx = (void *)xfer->tx_buf; in mtk_spi_slave_dma_transfer() local 215 xfer->tx_dma = dma_map_single(dev, nonconst_tx, in mtk_spi_slave_dma_transfer()
|
H A D | spi-fsl-cpm.c | 141 void *nonconst_tx = (void *)mspi->tx; /* shut up gcc */ in fsl_spi_cpm_bufs() local 143 mspi->tx_dma = dma_map_single(dev, nonconst_tx, t->len, in fsl_spi_cpm_bufs()
|
H A D | spi-atmel.c | 1005 void *nonconst_tx = (void *)xfer->tx_buf; in atmel_spi_dma_map_xfer() local 1008 nonconst_tx, xfer->len, in atmel_spi_dma_map_xfer()
|
Completed in 8 milliseconds