Searched refs:stm32_qspi_get_mode (Results 1 – 1 of 1) sorted by relevance
232 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode() function271 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