Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
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()
/external/u-boot/board/CZ.NIC/turris_mox/
Dturris_mox.c77 ret = spi_xfer(slave, 80, dout, din, SPI_XFER_ONCE); in last_stage_init()
/external/u-boot/include/
Dspi.h113 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
/external/u-boot/drivers/spi/
Dbcm63xx_spi.c249 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
Drenesas_rpc_spi.c269 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()