Home
last modified time | relevance | path

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

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