// to the terms and conditions of the Intel Program License Subscription // Agreement, Intel FPGA IP License Agreement, or other applicable // license agreement, including, without limitation, that ...
#define SPI_FLASH_CMD_READ_SIGN 0xAB /* 0x90 for some flash chips */ #define SPI_FLASH_CMD_READ_DATA 0x03 #define SPI_FLASH_CMD_READ_DATA_FAST 0x0B #define SPI_FLASH_CMD_READ_DATA_FAST_4B_MODE 0x0C /* ...