Lines Matching refs:buswidth
324 static int stm32_qspi_get_mode(struct stm32_qspi *qspi, u8 buswidth) in stm32_qspi_get_mode() argument
326 if (buswidth == 4) in stm32_qspi_get_mode()
329 return buswidth; in stm32_qspi_get_mode()
340 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_send()
341 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_send()
352 op->addr.buswidth) in stm32_qspi_send()
375 stm32_qspi_get_mode(qspi, op->cmd.buswidth)); in stm32_qspi_send()
379 stm32_qspi_get_mode(qspi, op->addr.buswidth)); in stm32_qspi_send()
383 if (op->dummy.buswidth && op->dummy.nbytes) in stm32_qspi_send()
385 op->dummy.nbytes * 8 / op->dummy.buswidth); in stm32_qspi_send()
389 stm32_qspi_get_mode(qspi, op->data.buswidth)); in stm32_qspi_send()