Searched refs:sgtx (Results 1 – 1 of 1) sorted by relevance
207 struct scatterlist sgtx; member576 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()