Searched refs:word_delay (Results 1 – 5 of 5) sorted by relevance
762 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()1483 bool word_delay) in spi_imx_dma_rx_data_handle() argument1495 if (!word_delay) { in spi_imx_dma_rx_data_handle()1515 if (dma_data->data_len % BYTES_PER_32BITS_WORD && !word_delay) { in spi_imx_dma_rx_data_handle()1560 bool word_delay) in spi_imx_dma_tx_data_handle() argument1565 if (word_delay) { in spi_imx_dma_tx_data_handle()[all …]
282 k_tmp->word_delay.value = u_tmp->word_delay_usecs; in spidev_message()283 k_tmp->word_delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message()295 k_tmp->word_delay.value, in spidev_message()
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()4470 memcpy(&xfer->word_delay, &spi->word_delay, in _spi_xfer_word_delay_update()4471 sizeof(xfer->word_delay)); in _spi_xfer_word_delay_update()
1951 spi_delay_ns = spi_delay_to_ns(&xfer->word_delay, xfer); in stm32h7_spi_data_idleness()
231 struct spi_delay word_delay; /* Inter-word delay */ member1158 struct spi_delay word_delay; member