Lines Matching defs:cur_rx_pos
185 unsigned cur_rx_pos;
351 u8 *rx_buf = (u8 *)t->rx_buf + tspi->cur_rx_pos;
364 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
381 tspi->cur_rx_pos += read_bytes;
436 memcpy(t->rx_buf + tspi->cur_rx_pos, tspi->rx_dma_buf, len);
437 tspi->cur_rx_pos += tspi->curr_dma_words * tspi->bytes_per_word;
441 unsigned char *rx_buf = t->rx_buf + tspi->cur_rx_pos;
457 tspi->cur_rx_pos += read_bytes;
790 tspi->cur_rx_pos = 0;
1146 tspi->cur_pos = tspi->cur_rx_pos;
1221 tspi->cur_pos = tspi->cur_rx_pos;