SPI_FIFO_SIZE
while (espi->fifo_level < SPI_FIFO_SIZE && espi->tx < xfer->len) {
if (espi->dma_rx && xfer->len > SPI_FIFO_SIZE)