Searched refs:word_delay (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/spi/ |
D | spi-sprd.c | 160 u32 word_delay; member 186 u32 interval_cycle = SPRD_SPI_FIFO_SIZE * ss->word_delay; in sprd_spi_transfer_max_timeout() 666 struct spi_delay *d = &t->word_delay; in sprd_spi_init_hw() 667 u16 word_delay, interval; in sprd_spi_init_hw() local 685 word_delay = clamp_t(u16, d->value, SPRD_SPI_MIN_DELAY_CYCLE, in sprd_spi_init_hw() 687 interval = DIV_ROUND_UP(word_delay - 10, 4); in sprd_spi_init_hw() 688 ss->word_delay = interval * 4 + 10; in sprd_spi_init_hw()
|
D | spidev.c | 288 k_tmp->word_delay.value = u_tmp->word_delay_usecs; in spidev_message() 289 k_tmp->word_delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message() 301 k_tmp->word_delay.value, in spidev_message()
|
D | spi-ar934x.c | 146 spi_delay_exec(&t->word_delay, t); in ar934x_spi_transfer_one_message()
|
D | spi-orion.c | 513 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read() 523 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
|
D | spi-omap2-mcspi.c | 761 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 810 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio() 859 spi_delay_exec(&xfer->word_delay, xfer); in omap2_mcspi_txrx_pio()
|
D | spi.c | 3847 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update() 3851 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update() 3856 memcpy(&xfer->word_delay, &spi->word_delay, in _spi_xfer_word_delay_update() 3857 sizeof(xfer->word_delay)); in _spi_xfer_word_delay_update()
|
D | spi-atmel.c | 1137 struct spi_delay *delay = &spi->word_delay; in atmel_word_delay_csr()
|
/Linux-v6.6/include/linux/spi/ |
D | spi.h | 217 struct spi_delay word_delay; /* Inter-word delay */ member 1060 struct spi_delay word_delay; member
|