Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/spi/
Dspi-uclass.c126 size_t n_opcode, const u8 *txbuf, u8 *rxbuf, in spi_write_then_read() argument
135 ret = spi_xfer(slave, n_opcode * 8, opcode, NULL, flags); in spi_write_then_read()
138 n_opcode, ret); in spi_write_then_read()
/third_party/uboot/u-boot-2020.01/include/
Dspi.h268 size_t n_opcode, const u8 *txbuf, u8 *rxbuf,