Lines Matching refs:curr_dma_words
171 unsigned curr_dma_words;
277 tspi->curr_dma_words = max_len/tspi->bytes_per_word;
282 tspi->curr_dma_words = max_word;
305 written_words = min(fifo_words_left, tspi->curr_dma_words);
315 max_n_32bit = min(tspi->curr_dma_words, tx_empty_count);
343 len = tspi->curr_dma_words * tspi->bytes_per_word;
349 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
350 read_words += tspi->curr_dma_words;
371 unsigned len = tspi->curr_dma_words * tspi->bytes_per_word;
377 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word;
379 for (count = 0; count < tspi->curr_dma_words; count++) {
387 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
404 len = tspi->curr_dma_words * tspi->bytes_per_word;
412 for (count = 0; count < tspi->curr_dma_words; count++) {
418 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
486 val = SLINK_DMA_BLOCK_SIZE(tspi->curr_dma_words - 1);
489 len = DIV_ROUND_UP(tspi->curr_dma_words * tspi->bytes_per_word,
492 len = tspi->curr_dma_words * 4;
574 cur_words = tspi->curr_dma_words;