Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dspi.h45 #define SPI_OPTYPE_5 0x00 /* Read, no address */ macro
59 (SPI_OPTYPE_5 << 10) | (SPI_OPTYPE_4 << 8) | \
/openbmc/u-boot/drivers/spi/
H A Dich.h151 #define SPI_OPTYPE_5 SPI_OPCODE_TYPE_READ_NO_ADDRESS macro
161 (SPI_OPTYPE_5 << 10) | (SPI_OPTYPE_4 << 8) | \