HomeSort by relevance Sort by last modified time
    Searched refs:SPI_XFER_ONCE (Results 1 - 5 of 5) sorted by null

  /external/u-boot/drivers/video/
scf0403_lcd.c 162 error = spi_xfer(spi, 9, &cmd, NULL, SPI_XFER_ONCE);
171 error = spi_xfer(spi, 9, NULL, &dummy_buf, SPI_XFER_ONCE);
180 error = spi_xfer(spi, 8, NULL, &ids_buf, SPI_XFER_ONCE);
199 error = spi_xfer(spi, 9, &command, NULL, SPI_XFER_ONCE);
205 error = spi_xfer(spi, 9, &msg, NULL, SPI_XFER_ONCE);
  /external/u-boot/board/CZ.NIC/turris_mox/
turris_mox.c 77 ret = spi_xfer(slave, 80, dout, din, SPI_XFER_ONCE);
  /external/u-boot/include/
spi.h 113 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
  /external/u-boot/drivers/spi/
bcm63xx_spi.c 249 if (dout && din && (flags & SPI_XFER_ONCE)) {
renesas_rpc_spi.c 269 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) {

Completed in 53 milliseconds