Lines Matching defs:cur_rx_pos
172 unsigned cur_rx_pos;
339 u8 *rx_buf = (u8 *)t->rx_buf + tspi->cur_rx_pos;
350 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
358 tspi->cur_rx_pos += rx_full_count * tspi->bytes_per_word;
406 memcpy(t->rx_buf + tspi->cur_rx_pos, tspi->rx_dma_buf, len);
410 unsigned char *rx_buf = t->rx_buf + tspi->cur_rx_pos;
419 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
692 tspi->cur_rx_pos = 0;
867 tspi->cur_pos = tspi->cur_rx_pos;
941 tspi->cur_pos = tspi->cur_rx_pos;