Home
last modified time | relevance | path

Searched refs:n_words (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/spi/
A Dspi-sifive.c234 unsigned int n_words = min(remaining_len, spi->fifo_depth); in sifive_spi_xfer() local
238 for (tx_words = 0; tx_words < n_words; tx_words++) { in sifive_spi_xfer()
247 writel(n_words - 1, spi->regs + SIFIVE_SPI_REG_RXMARK); in sifive_spi_xfer()
253 for (rx_words = 0; rx_words < n_words; rx_words++) in sifive_spi_xfer()
262 remaining_len -= n_words; in sifive_spi_xfer()

Completed in 3 milliseconds