Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/st/spi/
A Dstm32_qspi.c232 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode() function
271 ccr |= stm32_qspi_get_mode(op->cmd.buswidth) << QSPI_CCR_IMODE_SHIFT; in stm32_qspi_exec_op()
275 ccr |= stm32_qspi_get_mode(op->addr.buswidth) << in stm32_qspi_exec_op()
285 ccr |= stm32_qspi_get_mode(op->data.buswidth) << in stm32_qspi_exec_op()

Completed in 3 milliseconds