Searched refs:spi_delay_to_ns (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/spi/ |
| H A D | atmel-quadspi.c | 1193 delay = spi_delay_to_ns(&spi->cs_hold, NULL); in atmel_qspi_set_cs_timing() 1200 delay = spi_delay_to_ns(&spi->cs_hold, NULL); in atmel_qspi_set_cs_timing() 1208 delay = spi_delay_to_ns(&spi->cs_setup, NULL); in atmel_qspi_set_cs_timing() 1216 delay = spi_delay_to_ns(&spi->cs_inactive, NULL); in atmel_qspi_set_cs_timing()
|
| H A D | spi-mt65xx.c | 297 delay = spi_delay_to_ns(cs_setup, NULL); in mtk_spi_set_hw_cs_timing() 302 delay = spi_delay_to_ns(cs_hold, NULL); in mtk_spi_set_hw_cs_timing() 307 delay = spi_delay_to_ns(cs_inactive, NULL); in mtk_spi_set_hw_cs_timing()
|
| H A D | spi-axi-spi-engine.c | 324 spi_engine_gen_sleep(p, dry, spi_delay_to_ns(&xfer->delay, xfer), in spi_engine_compile_message() 334 spi_engine_gen_sleep(p, dry, spi_delay_to_ns( in spi_engine_compile_message()
|
| H A D | spi-fsl-dspi.c | 1047 val = spi_delay_to_ns(&spi->cs_setup, NULL); in dspi_setup() 1054 val = spi_delay_to_ns(&spi->cs_hold, NULL); in dspi_setup()
|
| H A D | spi.c | 1503 int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer) in spi_delay_to_ns() function 1540 EXPORT_SYMBOL_GPL(spi_delay_to_ns); 1551 delay = spi_delay_to_ns(_delay, xfer); in spi_delay_exec() 4029 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update() 4033 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update()
|
| 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 | spi-imx.c | 718 word_delay_ns = spi_delay_to_ns(&t->word_delay, t); in mx51_ecspi_prepare_transfer() 1686 word_delay_us = DIV_ROUND_CLOSEST(spi_delay_to_ns(&transfer->word_delay, transfer), in spi_imx_transfer_estimate_time_us()
|
| 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()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | spilib.c | 264 xfer_delay = spi_delay_to_ns(&xfer->delay, xfer) / 1000; in gb_spi_operation_create()
|
| /linux-6.15/include/linux/spi/ |
| H A D | spi.h | 127 extern int spi_delay_to_ns(struct spi_delay *_delay, struct spi_transfer *xfer);
|