Searched refs:SPI_XFER_ONCE (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/video/ |
D | scf0403_lcd.c | 162 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/ |
D | turris_mox.c | 77 ret = spi_xfer(slave, 80, dout, din, SPI_XFER_ONCE); in last_stage_init()
|
/external/u-boot/include/ |
D | spi.h | 113 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
|
/external/u-boot/drivers/spi/ |
D | bcm63xx_spi.c | 249 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
|
D | renesas_rpc_spi.c | 269 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
|