Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dich.h125 #define SPI_OPCODE_FAST_READ 0x0b macro
156 #define SPI_OPMENU_7 SPI_OPCODE_FAST_READ
H A Dich.c243 if (trans->out[0] == SPI_OPCODE_FAST_READ && trans->bytesout == 5) { in spi_setup_type()