Lines Matching refs:buswidth
319 static int stm32_qspi_get_mode(struct stm32_qspi *qspi, u8 buswidth) in stm32_qspi_get_mode() argument
321 if (buswidth == 4) in stm32_qspi_get_mode()
324 return buswidth; in stm32_qspi_get_mode()
335 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_send()
336 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_send()
347 op->addr.buswidth) in stm32_qspi_send()
370 stm32_qspi_get_mode(qspi, op->cmd.buswidth)); in stm32_qspi_send()
374 stm32_qspi_get_mode(qspi, op->addr.buswidth)); in stm32_qspi_send()
378 if (op->dummy.buswidth && op->dummy.nbytes) in stm32_qspi_send()
380 op->dummy.nbytes * 8 / op->dummy.buswidth); in stm32_qspi_send()
384 stm32_qspi_get_mode(qspi, op->data.buswidth)); in stm32_qspi_send()