Lines Matching refs:curr_dma_words
191 unsigned int curr_dma_words;
294 tqspi->curr_dma_words = max_len / tqspi->bytes_per_word;
299 tqspi->curr_dma_words = max_word;
319 written_words = min(fifo_words_left, tqspi->curr_dma_words);
335 max_n_32bit = min(tqspi->curr_dma_words, tx_empty_count);
366 len = tqspi->curr_dma_words * tqspi->bytes_per_word;
374 read_words += tqspi->curr_dma_words;
375 tqspi->cur_rx_pos += tqspi->curr_dma_words * tqspi->bytes_per_word;
414 tqspi->cur_tx_pos += tqspi->curr_dma_words * tqspi->bytes_per_word;
423 consume = tqspi->curr_dma_words * tqspi->bytes_per_word;
427 for (count = 0; count < tqspi->curr_dma_words; count++) {
449 tqspi->cur_rx_pos += tqspi->curr_dma_words * tqspi->bytes_per_word;
460 consume = tqspi->curr_dma_words * tqspi->bytes_per_word;
464 for (count = 0; count < tqspi->curr_dma_words; count++) {
578 len = DIV_ROUND_UP(tqspi->curr_dma_words * tqspi->bytes_per_word, 4) * 4;
601 len = DIV_ROUND_UP(tqspi->curr_dma_words * tqspi->bytes_per_word, 4) * 4;
621 val = QSPI_DMA_BLK_SET(tqspi->curr_dma_words - 1);
627 len = DIV_ROUND_UP(tqspi->curr_dma_words * tqspi->bytes_per_word, 4) * 4;
629 len = tqspi->curr_dma_words * 4;
707 cur_words = qspi->curr_dma_words;