Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dstm32_qspi.c559 u32 csht = DIV_ROUND_UP((5 * qspi_clk) / (prescaler + 1), 100000000); in stm32_qspi_set_speed() local
560 csht = (csht - 1) & STM32_QSPI_DCR_CSHT_MASK; in stm32_qspi_set_speed()
572 csht << STM32_QSPI_DCR_CSHT_SHIFT); in stm32_qspi_set_speed()