Home
last modified time | relevance | path

Searched refs:octeontx2_spi_xfer (Results 1 – 1 of 1) sorted by relevance

/u-boot/drivers/spi/
A Docteon_spi.c288 static int octeontx2_spi_xfer(struct udevice *dev, unsigned int bitlen, in octeontx2_spi_xfer() function
454 ret = octeontx2_spi_xfer(slave->dev, 8, (void *)&opcode, NULL, flags); in octeon_spi_exec_op()
478 ret = octeontx2_spi_xfer(slave->dev, i * 8, (void *)buf, NULL, in octeon_spi_exec_op()
497 ret = octeontx2_spi_xfer(slave->dev, (op->data.nbytes * 8), tx, rx, in octeon_spi_exec_op()
581 octeon_spi_ops.xfer = octeontx2_spi_xfer; in octeon_spi_probe()

Completed in 3 milliseconds