Searched refs:spi_delay_to_ns (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-mt65xx.c | 293 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 D | spi.c | 1399 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 D | spi-axi-spi-engine.c | 183 delay = spi_delay_to_ns(&xfer->delay, xfer); in spi_engine_gen_sleep()
|
H A D | spi-fsl-espi.c | 447 unsigned int delay = spi_delay_to_ns(&t->delay, t); in fsl_espi_do_one_msg()
|
H A D | atmel-quadspi.c | 567 delay = spi_delay_to_ns(&spi->cs_setup, NULL); in atmel_qspi_set_cs_timing()
|
H A D | spi-bcm63xx-hsspi.c | 284 if ((spi_delay_to_ns(&t->delay, t) > 0) || t->cs_change) { in bcm63xx_prepare_prepend_transfer()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | spilib.c | 264 xfer_delay = spi_delay_to_ns(&xfer->delay, xfer) / 1000; in gb_spi_operation_create()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 122 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);
|