Home
last modified time | relevance | path

Searched refs:nonconst_tx (Results 1 – 2 of 2) sorted by relevance

/drivers/spi/
Dspi-fsl-cpm.c122 void *nonconst_tx = (void *)mspi->tx; /* shut up gcc */ in fsl_spi_cpm_bufs() local
124 mspi->tx_dma = dma_map_single(dev, nonconst_tx, t->len, in fsl_spi_cpm_bufs()
Dspi-atmel.c874 void *nonconst_tx = (void *)xfer->tx_buf; in atmel_spi_dma_map_xfer() local
877 nonconst_tx, xfer->len, in atmel_spi_dma_map_xfer()