Searched refs:stm32_qspi_get_mode (Results 1 – 2 of 2) 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()
231 static unsigned int stm32_qspi_get_mode(uint8_t buswidth) in stm32_qspi_get_mode() function275 ccr |= stm32_qspi_get_mode(op->cmd.buswidth) << QSPI_CCR_IMODE_SHIFT; in stm32_qspi_exec_op()279 ccr |= stm32_qspi_get_mode(op->addr.buswidth) << in stm32_qspi_exec_op()289 ccr |= stm32_qspi_get_mode(op->data.buswidth) << in stm32_qspi_exec_op()