Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-mt65xx.c293 delay = spi_delay_to_ns(cs_setup, NULL); in mtk_spi_set_hw_cs_timing()
298 delay = spi_delay_to_ns(cs_hold, NULL); in mtk_spi_set_hw_cs_timing()
303 delay = spi_delay_to_ns(cs_inactive, NULL); in mtk_spi_set_hw_cs_timing()
H A Dspi.c1399 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns() function
1436 EXPORT_SYMBOL_GPL(spi_delay_to_ns);
1447 delay = spi_delay_to_ns(_delay, xfer); in spi_delay_exec()
3881 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update()
3885 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update()
H A Dspi-axi-spi-engine.c183 delay = spi_delay_to_ns(&xfer->delay, xfer); in spi_engine_gen_sleep()
H A Dspi-fsl-espi.c447 unsigned int delay = spi_delay_to_ns(&t->delay, t); in fsl_espi_do_one_msg()
H A Datmel-quadspi.c567 delay = spi_delay_to_ns(&spi->cs_setup, NULL); in atmel_qspi_set_cs_timing()
H A Dspi-bcm63xx-hsspi.c284 if ((spi_delay_to_ns(&t->delay, t) > 0) || t->cs_change) { in bcm63xx_prepare_prepend_transfer()
/openbmc/linux/drivers/staging/greybus/
H A Dspilib.c264 xfer_delay = spi_delay_to_ns(&xfer->delay, xfer) / 1000; in gb_spi_operation_create()
/openbmc/linux/include/linux/spi/
H A Dspi.h122 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);