Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-atmel.c271 struct scatterlist sgtx; member
761 sg_init_table(&as->dma.sgtx, 1); in atmel_spi_next_xfer_dma_submit()
763 as->dma.sgtx.dma_address = xfer->tx_dma + xfer->len - *plen; in atmel_spi_next_xfer_dma_submit()
765 as->dma.sgtx.dma_address = as->buffer_dma; in atmel_spi_next_xfer_dma_submit()
771 sg_dma_len(&as->dma.sgtx) = len; in atmel_spi_next_xfer_dma_submit()
787 txdesc = dmaengine_prep_slave_sg(txchan, &as->dma.sgtx, 1, in atmel_spi_next_xfer_dma_submit()