Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dscf0403_lcd.c164 error = spi_xfer(spi, 9, &cmd, NULL, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
173 error = spi_xfer(spi, 9, NULL, &dummy_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
182 error = spi_xfer(spi, 8, NULL, &ids_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
201 error = spi_xfer(spi, 9, &command, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
207 error = spi_xfer(spi, 9, &msg, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
/u-boot/include/
A Dspi.h158 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
/u-boot/drivers/usb/gadget/
A Dmax3420_udc.c154 spi_xfer(slave, sizeof(txdata), txdata, NULL, SPI_XFER_ONCE); in spi_ack_ctrl()
168 spi_xfer(slave, sizeof(txdata), txdata, rxdata, SPI_XFER_ONCE); in spi_rd8_ack()
188 spi_xfer(slave, sizeof(txdata), txdata, NULL, SPI_XFER_ONCE); in spi_wr8_ack()
/u-boot/drivers/spi/
A Dbcm63xx_spi.c251 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
A Drenesas_rpc_spi.c272 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c144 ret = spi_xfer(slave, size * 8, out, in, SPI_XFER_ONCE); in mox_do_spi()

Completed in 12 milliseconds