Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-imx.c762 if (t->word_delay.value == 0) { in mx51_ecspi_prepare_transfer()
764 } else if (t->word_delay.unit == SPI_DELAY_UNIT_SCK) { in mx51_ecspi_prepare_transfer()
765 word_delay_sck = t->word_delay.value; in mx51_ecspi_prepare_transfer()
776 word_delay_ns = spi_delay_to_ns(&t->word_delay, t); in mx51_ecspi_prepare_transfer()
1348 !(t->word_delay.value) && in spi_imx_setupxfer()
1485 bool word_delay) in spi_imx_dma_rx_data_handle() argument
1497 if (!word_delay) { in spi_imx_dma_rx_data_handle()
1517 if (dma_data->data_len % BYTES_PER_32BITS_WORD && !word_delay) { in spi_imx_dma_rx_data_handle()
1562 bool word_delay) in spi_imx_dma_tx_data_handle() argument
1567 if (word_delay) { in spi_imx_dma_tx_data_handle()
[all …]
H A Dspi-virtio.c107 cs_word_delay_xfer = spi_delay_to_ns(&xfer->word_delay, xfer); in virtio_spi_set_delays()
112 cs_word_delay_spi = spi_delay_to_ns(&spi->word_delay, xfer); in virtio_spi_set_delays()
H A Dspidev.c283 k_tmp->word_delay.value = u_tmp->word_delay_usecs; in spidev_message()
284 k_tmp->word_delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message()
296 k_tmp->word_delay.value, in spidev_message()
H A Dspi-omap2-mcspi.c776 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
825 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
874 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
H A Dspi.c4148 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update()
4152 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update()
4157 memcpy(&xfer->word_delay, &spi->word_delay, in _spi_xfer_word_delay_update()
4158 sizeof(xfer->word_delay)); in _spi_xfer_word_delay_update()
H A Dspi-atmel.c1203 struct spi_delay *delay = &spi->word_delay; in atmel_word_delay_csr()
H A Dspi-stm32.c1951 spi_delay_ns = spi_delay_to_ns(&xfer->word_delay, xfer); in stm32h7_spi_data_idleness()
/linux/include/linux/spi/
H A Dspi.h232 struct spi_delay word_delay; /* Inter-word delay */ member
1146 struct spi_delay word_delay; member