Lines Matching refs:curr_dma_words
169 unsigned curr_dma_words;
278 tspi->curr_dma_words = max_len/tspi->bytes_per_word;
283 tspi->curr_dma_words = max_word;
306 written_words = min(fifo_words_left, tspi->curr_dma_words);
316 max_n_32bit = min(tspi->curr_dma_words, tx_empty_count);
344 len = tspi->curr_dma_words * tspi->bytes_per_word;
350 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
351 read_words += tspi->curr_dma_words;
372 unsigned len = tspi->curr_dma_words * tspi->bytes_per_word;
378 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word;
380 for (count = 0; count < tspi->curr_dma_words; count++) {
388 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
405 len = tspi->curr_dma_words * tspi->bytes_per_word;
413 for (count = 0; count < tspi->curr_dma_words; count++) {
419 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
487 val = SLINK_DMA_BLOCK_SIZE(tspi->curr_dma_words - 1);
490 len = DIV_ROUND_UP(tspi->curr_dma_words * tspi->bytes_per_word,
493 len = tspi->curr_dma_words * 4;
575 cur_words = tspi->curr_dma_words;