Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dspi.h39 #define SPI_OPTYPE_3 0x00 /* Read, no address */ macro
60 (SPI_OPTYPE_3 << 6) | (SPI_OPTYPE_2 << 4) | \
/openbmc/u-boot/drivers/spi/
H A Dich.h145 #define SPI_OPTYPE_3 SPI_OPCODE_TYPE_READ_NO_ADDRESS macro
162 (SPI_OPTYPE_3 << 6) | (SPI_OPTYPE_2 << 4) | \