Searched refs:tx_dma_phys (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/spi/ |
H A D | spi-tegra114.c | 212 dma_addr_t tx_dma_phys; member in struct:tegra_spi_data 368 dma_sync_single_for_cpu(tspi->dev, tspi->tx_dma_phys, tegra_spi_copy_client_txbuf_to_spi_txbuf() 393 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_spi_copy_client_txbuf_to_spi_txbuf() 439 tspi->tx_dma_phys, len, DMA_MEM_TO_DEV, tegra_spi_start_tx_dma() 625 tspi->tx_dma_phys = dma_phys; tegra_spi_init_dma_param() 651 dma_phys = tspi->tx_dma_phys; tegra_spi_deinit_dma_param()
|
H A D | spi-tegra20-slink.c | 214 dma_addr_t tx_dma_phys; member in struct:tegra_slink_data 379 dma_sync_single_for_cpu(tspi->dev, tspi->tx_dma_phys, tegra_slink_copy_client_txbuf_to_spi_txbuf() 402 dma_sync_single_for_device(tspi->dev, tspi->tx_dma_phys, tegra_slink_copy_client_txbuf_to_spi_txbuf() 448 tspi->tx_dma_phys, len, DMA_MEM_TO_DEV, tegra_slink_start_tx_dma() 651 tspi->tx_dma_phys = dma_phys; tegra_slink_init_dma_param() 677 dma_phys = tspi->tx_dma_phys; tegra_slink_deinit_dma_param()
|
Completed in 107 milliseconds