OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPI_OPPREFIX
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/x86/include/asm/arch-broadwell/
spi.h
63
#define
SPI_OPPREFIX
((0x50 << 8) | 0x06) /* EWSR and WREN */
/external/u-boot/drivers/spi/
ich.h
159
#define
SPI_OPPREFIX
((SPI_OPCODE_WREN << 8) | SPI_OPCODE_WREN)
Completed in 1061 milliseconds