Home
last modified time | relevance | path

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

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