Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-tegra20-sflash.c134 unsigned cur_tx_pos; member
190 u8 *tx_buf = (u8 *)t->tx_buf + tsd->cur_tx_pos; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
210 tsd->cur_tx_pos += max_n_32bit * tsd->bytes_per_word; in tegra_sflash_fill_tx_fifo_from_client_txbuf()
280 tsd->cur_tx_pos = 0; in tegra_sflash_start_transfer_one()
410 tsd->cur_pos = tsd->cur_tx_pos; in handle_cpu_based_xfer()
Dspi-tegra114.c193 unsigned cur_tx_pos; member
304 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; in tegra_spi_fill_tx_fifo_from_client_txbuf()
332 tspi->cur_tx_pos += written_words * tspi->bytes_per_word; in tegra_spi_fill_tx_fifo_from_client_txbuf()
390 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
402 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_client_txbuf_to_spi_txbuf()
699 tspi->cur_tx_pos = 0; in tegra_spi_start_transfer_one()
890 tspi->cur_pos = tspi->cur_tx_pos; in handle_cpu_based_xfer()
963 tspi->cur_pos = tspi->cur_tx_pos; in handle_dma_based_xfer()
Dspi-tegra20-slink.c186 unsigned cur_tx_pos; member
321 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; in tegra_slink_fill_tx_fifo_from_client_txbuf()
349 tspi->cur_tx_pos += written_words * tspi->bytes_per_word; in tegra_slink_fill_tx_fifo_from_client_txbuf()
402 u8 *tx_buf = (u8 *)t->tx_buf + tspi->cur_tx_pos; in tegra_slink_copy_client_txbuf_to_spi_txbuf()
414 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word; in tegra_slink_copy_client_txbuf_to_spi_txbuf()
731 tspi->cur_tx_pos = 0; in tegra_slink_start_transfer_one()
912 tspi->cur_pos = tspi->cur_tx_pos; in handle_cpu_based_xfer()
986 tspi->cur_pos = tspi->cur_tx_pos; in handle_dma_based_xfer()