Lines Matching refs:tx_dma_phys
228 dma_addr_t tx_dma_phys;
402 dma_sync_single_for_cpu(tqspi->dev, tqspi->tx_dma_phys,
438 dma_sync_single_for_device(tqspi->dev, tqspi->tx_dma_phys,
487 dma_addr_t tx_dma_phys;
492 tx_dma_phys = t->tx_dma;
494 tx_dma_phys = tqspi->tx_dma_phys;
496 tqspi->tx_dma_desc = dmaengine_prep_slave_single(tqspi->tx_dma_chan, tx_dma_phys,
729 tqspi->tx_dma_buf, tqspi->tx_dma_phys);
792 tqspi->tx_dma_phys = dma_phys;