Searched refs:n_opcode (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 111 const u8 *opcode, size_t n_opcode, 118 - n_opcode: the numbers of command code in bytes
|
| H A D | rkspi.c | 291 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 D | rkspi.h | 135 const u8 *opcode, size_t n_opcode,
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | spi-uclass.c | 135 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 D | spi.h | 291 size_t n_opcode, const u8 *txbuf, u8 *rxbuf,
|