Lines Matching refs:buswidth
351 static int stm32_qspi_get_mode(u8 buswidth) in stm32_qspi_get_mode() argument
353 if (buswidth == 4) in stm32_qspi_get_mode()
356 return buswidth; in stm32_qspi_get_mode()
367 op->cmd.opcode, op->cmd.buswidth, op->addr.buswidth, in stm32_qspi_send()
368 op->dummy.buswidth, op->data.buswidth, in stm32_qspi_send()
384 stm32_qspi_get_mode(op->cmd.buswidth)); in stm32_qspi_send()
388 stm32_qspi_get_mode(op->addr.buswidth)); in stm32_qspi_send()
394 op->dummy.nbytes * 8 / op->dummy.buswidth); in stm32_qspi_send()
398 stm32_qspi_get_mode(op->data.buswidth)); in stm32_qspi_send()
544 if (addr_max < qspi->mm_size && op.addr.buswidth) in stm32_qspi_dirmap_read()
594 op.dummy.buswidth = transfer->tx_nbits; in stm32_qspi_transfer_one_message()
611 op.data.buswidth = transfer->rx_nbits; in stm32_qspi_transfer_one_message()
616 op.data.buswidth = transfer->tx_nbits; in stm32_qspi_transfer_one_message()