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

/linux-4.4.14/drivers/spi/
H A Dspi-tegra20-sflash.c133 unsigned cur_tx_pos; member in struct:tegra_sflash_data
189 u8 *tx_buf = (u8 *)t->tx_buf + tsd->cur_tx_pos; tegra_sflash_fill_tx_fifo_from_client_txbuf()
209 tsd->cur_tx_pos += max_n_32bit * tsd->bytes_per_word; tegra_sflash_fill_tx_fifo_from_client_txbuf()
278 tsd->cur_tx_pos = 0; tegra_sflash_start_transfer_one()
392 tsd->cur_pos = tsd->cur_tx_pos; handle_cpu_based_xfer()
H A Dspi-tegra114.c185 unsigned cur_tx_pos; member in struct:tegra_spi_data
293 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_spi_fill_tx_fifo_from_client_txbuf()
323 tspi->cur_tx_pos += written_words * tspi->bytes_per_word; tegra_spi_fill_tx_fifo_from_client_txbuf()
378 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_spi_copy_client_txbuf_to_spi_txbuf()
390 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word; tegra_spi_copy_client_txbuf_to_spi_txbuf()
679 tspi->cur_tx_pos = 0; tegra_spi_setup_transfer_one()
903 tspi->cur_pos = tspi->cur_tx_pos; handle_cpu_based_xfer()
976 tspi->cur_pos = tspi->cur_tx_pos; handle_dma_based_xfer()
H A Dspi-tegra20-slink.c184 unsigned cur_tx_pos; member in struct:tegra_slink_data
310 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_slink_fill_tx_fifo_from_client_txbuf()
338 tspi->cur_tx_pos += written_words * tspi->bytes_per_word; tegra_slink_fill_tx_fifo_from_client_txbuf()
388 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; tegra_slink_copy_client_txbuf_to_spi_txbuf()
399 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word; tegra_slink_copy_client_txbuf_to_spi_txbuf()
709 tspi->cur_tx_pos = 0; tegra_slink_start_transfer_one()
874 tspi->cur_pos = tspi->cur_tx_pos; handle_cpu_based_xfer()
948 tspi->cur_pos = tspi->cur_tx_pos; handle_dma_based_xfer()

Completed in 105 milliseconds