Lines Matching defs:SPI_MAX_XFER
115 #define SPI_MAX_XFER (SZ_64K - 64)
466 SPI_MAX_XFER, &rx_nents) / qup->w_size;
469 SPI_MAX_XFER, &tx_nents) / qup->w_size;
521 iterations = n_words / SPI_MAX_XFER; /* round down */
527 qup->n_words = SPI_MAX_XFER;
529 qup->n_words = n_words % SPI_MAX_XFER;
532 qup->tx_buf = xfer->tx_buf + offset * SPI_MAX_XFER;
535 qup->rx_buf = xfer->rx_buf + offset * SPI_MAX_XFER;
856 timeout = DIV_ROUND_UP(min_t(unsigned long, SPI_MAX_XFER,
1053 host->max_dma_len = SPI_MAX_XFER;