Searched refs:word_delay (Results 1 – 2 of 2) sorted by relevance
161 u32 word_delay; member187 u32 interval_cycle = SPRD_SPI_FIFO_SIZE * ss->word_delay; in sprd_spi_transfer_max_timeout()674 u16 word_delay, interval; in sprd_spi_init_hw() local689 word_delay = clamp_t(u16, t->word_delay, SPRD_SPI_MIN_DELAY_CYCLE, in sprd_spi_init_hw()691 interval = DIV_ROUND_UP(word_delay - 10, 4); in sprd_spi_init_hw()692 ss->word_delay = interval * 4 + 10; in sprd_spi_init_hw()
841 u16 word_delay; member