Searched refs:word_delay (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/spi/ |
A D | spi-sprd.c | 161 u32 word_delay; member 187 u32 interval_cycle = SPRD_SPI_FIFO_SIZE * ss->word_delay; in sprd_spi_transfer_max_timeout() 667 struct spi_delay *d = &t->word_delay; in sprd_spi_init_hw() 668 u16 word_delay, interval; in sprd_spi_init_hw() local 686 word_delay = clamp_t(u16, d->value, SPRD_SPI_MIN_DELAY_CYCLE, in sprd_spi_init_hw() 688 interval = DIV_ROUND_UP(word_delay - 10, 4); in sprd_spi_init_hw() 689 ss->word_delay = interval * 4 + 10; in sprd_spi_init_hw()
|
A D | spidev.c | 277 k_tmp->word_delay.value = u_tmp->word_delay_usecs; in spidev_message() 278 k_tmp->word_delay.unit = SPI_DELAY_UNIT_USECS; in spidev_message() 290 k_tmp->word_delay.value, in spidev_message()
|
A D | spi-orion.c | 514 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read() 524 spi_delay_exec(&xfer->word_delay, xfer); in orion_spi_write_read()
|
A D | spi.c | 3552 delay1 = spi_delay_to_ns(&xfer->word_delay, xfer); in _spi_xfer_word_delay_update() 3556 delay2 = spi_delay_to_ns(&spi->word_delay, xfer); in _spi_xfer_word_delay_update() 3561 memcpy(&xfer->word_delay, &spi->word_delay, in _spi_xfer_word_delay_update() 3562 sizeof(xfer->word_delay)); in _spi_xfer_word_delay_update()
|
A D | spi-atmel.c | 1142 struct spi_delay *delay = &spi->word_delay; in atmel_word_delay_csr()
|
/linux/include/linux/spi/ |
A D | spi.h | 190 struct spi_delay word_delay; /* inter-word delay */ member 939 struct spi_delay word_delay; member
|
Completed in 23 milliseconds