Searched refs:rockchip_spi_xfer (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/examples/standalone/ |
| H A D | rkspi.c | 229 int rockchip_spi_xfer(u8 bus, u8 cs, unsigned int bitlen, const void *dout, void *din, unsigned lon… in rockchip_spi_xfer() function 300 ret = rockchip_spi_xfer(bus, cs, n_opcode * 8, opcode, NULL, flags); in rockchip_spi_write_then_read() 305 ret = rockchip_spi_xfer(bus, cs, n_buf * 8, txbuf, rxbuf, SPI_XFER_END); in rockchip_spi_write_then_read() 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 | 133 int rockchip_spi_xfer(u8 bus, u8 cs, unsigned int bitlen, const void *dout, void *din, unsigned lon…
|
| H A D | README_rkspi.md | 91 int rockchip_spi_xfer(u8 bus, u8 cs, unsigned int bitlen, const void *dout, void *din, unsigned lon…
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | rk_spi.c | 410 static int rockchip_spi_xfer(struct udevice *dev, unsigned int bitlen, in rockchip_spi_xfer() function 499 .xfer = rockchip_spi_xfer,
|