Searched refs:txend (Results 1 – 2 of 2) sorted by relevance
243 const uint8_t *txend = (uint8_t *)tx_buf->buf + tx_buf->len; in spi_sam0_fast_txrx() local251 while (tx != txend) { in spi_sam0_fast_txrx()
235 const uint8_t *txend = tx_buf + len; in spi_sam_fast_txrx() local257 while (tx != txend) { in spi_sam_fast_txrx()