Searched refs:mxic_spi_data_xfer (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/spi/ |
D | spi-mxic.c | 283 static int mxic_spi_data_xfer(struct mxic_spi *mxic, const void *txbuf, in mxic_spi_data_xfer() function 396 ret = mxic_spi_data_xfer(mxic, &op->cmd.opcode, NULL, 1); in mxic_spi_mem_exec_op() 403 ret = mxic_spi_data_xfer(mxic, addr, NULL, op->addr.nbytes); in mxic_spi_mem_exec_op() 407 ret = mxic_spi_data_xfer(mxic, NULL, NULL, op->dummy.nbytes); in mxic_spi_mem_exec_op() 411 ret = mxic_spi_data_xfer(mxic, in mxic_spi_mem_exec_op() 484 ret = mxic_spi_data_xfer(mxic, t->tx_buf, t->rx_buf, t->len); in mxic_spi_transfer_one()
|