Lines Matching refs:curr_dma_words
182 unsigned curr_dma_words;
280 tspi->curr_dma_words = max_len/tspi->bytes_per_word;
285 tspi->curr_dma_words = max_word;
308 written_words = min(fifo_words_left, tspi->curr_dma_words);
322 max_n_32bit = min(tspi->curr_dma_words, tx_empty_count);
356 len = tspi->curr_dma_words * tspi->bytes_per_word;
363 read_words += tspi->curr_dma_words;
364 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
395 unsigned len = tspi->curr_dma_words * tspi->bytes_per_word;
398 tspi->cur_tx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
403 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word;
409 for (count = 0; count < tspi->curr_dma_words; count++) {
434 unsigned len = tspi->curr_dma_words * tspi->bytes_per_word;
437 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
443 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word;
449 for (count = 0; count < tspi->curr_dma_words; count++) {
543 val = SPI_DMA_BLK_SET(tspi->curr_dma_words - 1);
547 len = DIV_ROUND_UP(tspi->curr_dma_words * tspi->bytes_per_word,
550 len = tspi->curr_dma_words * 4;
637 cur_words = tspi->curr_dma_words;