Searched refs:SPI_XFER_ONCE (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | scf0403_lcd.c | 163 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 D | rkspi.c | 402 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 D | rkspi.h | 120 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
|
| H A D | README_rkspi.md | 104 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 127 #define SPI_XFER_ONCE (SPI_XFER_BEGIN | SPI_XFER_END) macro
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | bcm63xx_spi.c | 252 if (dout && din && (flags & SPI_XFER_ONCE)) { in bcm63xx_spi_xfer()
|
| H A D | renesas_rpc_spi.c | 270 if (wlen || (!rlen && !wlen) || flags == SPI_XFER_ONCE) { in rpc_spi_xfer()
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_panel.c | 216 ret = spi_xfer(priv->spi_slave, 9, &data, NULL, SPI_XFER_ONCE); in rockchip_panel_send_spi_cmds()
|