Lines Matching refs:buswidth
325 static int stm32_qspi_get_mode(struct stm32_qspi *qspi, u8 buswidth) in stm32_qspi_get_mode() argument
327 if (buswidth == 4) in stm32_qspi_get_mode()
330 return buswidth; in stm32_qspi_get_mode()
341 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_send()
342 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_send()
353 op->addr.buswidth) in stm32_qspi_send()
376 stm32_qspi_get_mode(qspi, op->cmd.buswidth)); in stm32_qspi_send()
380 stm32_qspi_get_mode(qspi, op->addr.buswidth)); in stm32_qspi_send()
384 if (op->dummy.buswidth && op->dummy.nbytes) in stm32_qspi_send()
386 op->dummy.nbytes * 8 / op->dummy.buswidth); in stm32_qspi_send()
390 stm32_qspi_get_mode(qspi, op->data.buswidth)); in stm32_qspi_send()