Searched refs:SPI_XFER_ONCE (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/video/ |
A D | scf0403_lcd.c | 164 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 D | spi.h | 158 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
|
/u-boot/drivers/usb/gadget/ |
A D | max3420_udc.c | 154 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 D | bcm63xx_spi.c | 251 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
|
A D | renesas_rpc_spi.c | 272 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
|
/u-boot/board/CZ.NIC/turris_mox/ |
A D | turris_mox.c | 144 ret = spi_xfer(slave, size * 8, out, in, SPI_XFER_ONCE); in mox_do_spi()
|
Completed in 12 milliseconds