Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dscf0403_lcd.c163 error = spi_xfer(spi, 9, &cmd, NULL, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
172 error = spi_xfer(spi, 9, NULL, &dummy_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
181 error = spi_xfer(spi, 8, NULL, &ids_buf, SPI_XFER_ONCE); in scf0403_spi_read_rddid()
200 error = spi_xfer(spi, 9, &command, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
206 error = spi_xfer(spi, 9, &msg, NULL, SPI_XFER_ONCE); in scf0403_spi_transfer()
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.c402 ret = rockchip_spi_xfer(bus, cs, test_size * 8, pwrite, NULL, SPI_XFER_ONCE); in main()
412 rockchip_spi_xfer(bus, cs, test_size * 8, NULL, pread, SPI_XFER_ONCE); in main()
423 rockchip_spi_xfer(bus, cs, test_size * 8, pwrite, pread, SPI_XFER_ONCE); in main()
H A Drkspi.h120 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
H A DREADME_rkspi.md104 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h127 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dbcm63xx_spi.c252 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
H A Drenesas_rpc_spi.c270 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_panel.c216 ret = spi_xfer(priv->spi_slave, 9, &data, NULL, SPI_XFER_ONCE); in rockchip_panel_send_spi_cmds()