]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/spi.h
sf: Add QUAD_IO_FAST read support
[karo-tx-uboot.git] / include / spi.h
index 5dd490a66e203a00c7db5aff09e3c5ba200f7729..c8a9d87b5f9b0a2b9a9bcd126ffc48490830a725 100644 (file)
 #define SPI_OPM_RX_DOUT                1 << 1
 #define SPI_OPM_RX_DIO         1 << 2
 #define SPI_OPM_RX_QOF         1 << 3
+#define SPI_OPM_RX_QIOF                1 << 4
 #define SPI_OPM_RX_EXTN                SPI_OPM_RX_AS | SPI_OPM_RX_DOUT | \
-                               SPI_OPM_RX_DIO | SPI_OPM_RX_QOF
+                               SPI_OPM_RX_DIO | SPI_OPM_RX_QOF | \
+                               SPI_OPM_RX_QIOF
 
 /* Header byte that marks the start of the message */
 #define SPI_PREAMBLE_END_BYTE  0xec