Home
last modified time | relevance | path

Searched refs:SPI_OPTYPE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/arch-broadwell/
H A Dspi.h58 #define SPI_OPTYPE ((SPI_OPTYPE_7 << 14) | (SPI_OPTYPE_6 << 12) | \ macro
/openbmc/u-boot/drivers/spi/
H A Dich.h160 #define SPI_OPTYPE ((SPI_OPTYPE_7 << 14) | (SPI_OPTYPE_6 << 12) | \ macro
H A Dich.c363 ich_writew(ctlr, SPI_OPTYPE, ctlr->optype); in ich_spi_config_opcode()