Lines Matching defs:SPI_MAX_XFER
116 #define SPI_MAX_XFER (SZ_64K - 64)
467 SPI_MAX_XFER, &rx_nents) / qup->w_size;
470 SPI_MAX_XFER, &tx_nents) / qup->w_size;
522 iterations = n_words / SPI_MAX_XFER; /* round down */
528 qup->n_words = SPI_MAX_XFER;
530 qup->n_words = n_words % SPI_MAX_XFER;
533 qup->tx_buf = xfer->tx_buf + offset * SPI_MAX_XFER;
536 qup->rx_buf = xfer->rx_buf + offset * SPI_MAX_XFER;
858 timeout = DIV_ROUND_UP(min_t(unsigned long, SPI_MAX_XFER,
1054 master->max_dma_len = SPI_MAX_XFER;