Home
last modified time | relevance | path

Searched refs:n_opcode (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/examples/standalone/
H A DREADME_rkspi.md111 const u8 *opcode, size_t n_opcode,
118 - n_opcode: the numbers of command code in bytes
H A Drkspi.c291 size_t n_opcode, const u8 *txbuf, u8 *rxbuf, in rockchip_spi_write_then_read() argument
300 ret = rockchip_spi_xfer(bus, cs, n_opcode * 8, opcode, NULL, flags); in rockchip_spi_write_then_read()
303 n_opcode, ret); in rockchip_spi_write_then_read()
H A Drkspi.h135 const u8 *opcode, size_t n_opcode,
/rk3399_rockchip-uboot/drivers/spi/
H A Dspi-uclass.c135 size_t n_opcode, const u8 *txbuf, u8 *rxbuf, in spi_write_then_read() argument
144 ret = spi_xfer(slave, n_opcode * 8, opcode, NULL, flags); in spi_write_then_read()
147 n_opcode, ret); in spi_write_then_read()
/rk3399_rockchip-uboot/include/
H A Dspi.h291 size_t n_opcode, const u8 *txbuf, u8 *rxbuf,