Lines Matching defs:cur_rx_pos
174 unsigned cur_rx_pos;
338 u8 *rx_buf = (u8 *)t->rx_buf + tspi->cur_rx_pos;
349 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
357 tspi->cur_rx_pos += rx_full_count * tspi->bytes_per_word;
405 memcpy(t->rx_buf + tspi->cur_rx_pos, tspi->rx_dma_buf, len);
409 unsigned char *rx_buf = t->rx_buf + tspi->cur_rx_pos;
418 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
691 tspi->cur_rx_pos = 0;
865 tspi->cur_pos = tspi->cur_rx_pos;
939 tspi->cur_pos = tspi->cur_rx_pos;