Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-atmel.c207 struct scatterlist sgtx; member
576 sg_init_table(&as->dma.sgtx, 1); in atmel_spi_next_xfer_dma_submit()
578 as->dma.sgtx.dma_address = xfer->tx_dma + xfer->len - *plen; in atmel_spi_next_xfer_dma_submit()
580 as->dma.sgtx.dma_address = as->buffer_dma; in atmel_spi_next_xfer_dma_submit()
586 sg_dma_len(&as->dma.sgtx) = len; in atmel_spi_next_xfer_dma_submit()
601 txdesc = dmaengine_prep_slave_sg(txchan, &as->dma.sgtx, 1, in atmel_spi_next_xfer_dma_submit()