Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dich.h125 #define SPI_OPCODE_WREN 0x06 macro
160 #define SPI_OPPREFIX ((SPI_OPCODE_WREN << 8) | SPI_OPCODE_WREN)
H A Dich.c271 if (trans->opcode == SPI_OPCODE_WREN) in spi_setup_opcode()
454 if (trans->opcode == SPI_OPCODE_WREN) { in ich_spi_xfer()