Lines Matching defs:cur_rx_pos
186 unsigned cur_rx_pos;
352 u8 *rx_buf = (u8 *)t->rx_buf + tspi->cur_rx_pos;
365 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
382 tspi->cur_rx_pos += read_bytes;
437 memcpy(t->rx_buf + tspi->cur_rx_pos, tspi->rx_dma_buf, len);
438 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
442 unsigned char *rx_buf = t->rx_buf + tspi->cur_rx_pos;
458 tspi->cur_rx_pos += read_bytes;
795 tspi->cur_rx_pos = 0;
1153 tspi->cur_pos = tspi->cur_rx_pos;
1228 tspi->cur_pos = tspi->cur_rx_pos;