Searched refs:spi_delay_to_ns (Results 1 – 4 of 4) sorted by relevance
1707 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns() function1744 EXPORT_SYMBOL_GPL(spi_delay_to_ns);1755 delay = spi_delay_to_ns(_delay, xfer); in spi_delay_exec()4461 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update()4465 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update()
776 word_delay_ns = spi_delay_to_ns(&t->word_delay, t); in mx51_ecspi_prepare_transfer()2120 word_delay_us = DIV_ROUND_CLOSEST(spi_delay_to_ns(&transfer->word_delay, transfer), in spi_imx_transfer_estimate_time_us()
1951 spi_delay_ns = spi_delay_to_ns(&xfer->word_delay, xfer); in stm32h7_spi_data_idleness()
132 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);