Searched refs:tx_tmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-dw-dma.c572 struct scatterlist *tx_sg = NULL, *rx_sg = NULL, tx_tmp, rx_tmp; local
577 sg_init_table(&tx_tmp, 1);
584 sg_dma_address(&tx_tmp) = sg_dma_address(tx_sg);
597 sg_dma_len(&tx_tmp) = len;
601 ret = dw_spi_dma_submit_tx(dws, &tx_tmp, 1);
627 sg_dma_address(&tx_tmp) += len;

Completed in 84 milliseconds