Home
last modified time | relevance | path

Searched refs:rockchip_spi_xfer (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Drkspi.c229 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 Drkspi.h133 int rockchip_spi_xfer(u8 bus, u8 cs, unsigned int bitlen, const void *dout, void *din, unsigned lon…
H A DREADME_rkspi.md91 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 Drk_spi.c410 static int rockchip_spi_xfer(struct udevice *dev, unsigned int bitlen, in rockchip_spi_xfer() function
499 .xfer = rockchip_spi_xfer,