Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dscf0403_lcd.c162 error = spi_xfer(spi, 9, &cmd, NULL, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
171 error = spi_xfer(spi, 9, NULL, &dummy_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
180 error = spi_xfer(spi, 8, NULL, &ids_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
199 error = spi_xfer(spi, 9, &command, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
205 error = spi_xfer(spi, 9, &msg, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
/openbmc/u-boot/include/
H A Dspi.h115 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
/openbmc/u-boot/drivers/spi/
H A Dmtk_qspi.c239 if (flags == SPI_XFER_ONCE) { in mtk_qspi_transfer()
H A Dbcm63xx_spi.c249 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
H A Drenesas_rpc_spi.c269 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dturris_mox.c176 ret = spi_xfer(slave, size * 8, out, in, SPI_XFER_ONCE); in mox_do_spi()