Searched refs:n_opcode (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 139 size_t n_opcode, const u8 *txbuf, u8 *rxbuf, in spi_write_then_read() argument 148 ret = spi_xfer(slave, n_opcode * 8, opcode, NULL, flags); in spi_write_then_read() 152 n_opcode, ret); in spi_write_then_read()
|
/u-boot/include/ |
A D | spi.h | 309 size_t n_opcode, const u8 *txbuf, u8 *rxbuf,
|
Completed in 5 milliseconds