Searched refs:SPI_XFER_ONCE (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A 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()
|
/openbmc/u-boot/include/ |
H A D | spi.h | 115 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
|
/openbmc/u-boot/drivers/spi/ |
H A D | mtk_qspi.c | 239 if (flags == SPI_XFER_ONCE) { in mtk_qspi_transfer()
|
H A D | bcm63xx_spi.c | 249 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
|
H A D | renesas_rpc_spi.c | 269 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
|
/openbmc/u-boot/board/CZ.NIC/turris_mox/ |
H A D | turris_mox.c | 176 ret = spi_xfer(slave, size * 8, out, in, SPI_XFER_ONCE); in mox_do_spi()
|