Lines Matching full:octal
64 /* Flash octal opcodes */
65 #define SPI_NOR_OCMD_SE 0x21DE /* Octal Sector erase */
66 #define SPI_NOR_OCMD_CE 0xC738 /* Octal Chip erase */
67 #define SPI_NOR_OCMD_RDSR 0x05FA /* Octal Read status register */
68 #define SPI_NOR_OCMD_DTR_RD 0xEE11 /* Octal IO DTR read command */
69 #define SPI_NOR_OCMD_RD 0xEC13 /* Octal IO read command */
70 #define SPI_NOR_OCMD_PAGE_PRG 0x12ED /* Octal Page Prog */
71 #define SPI_NOR_OCMD_WREN 0x06F9 /* Octal Write enable */
72 #define SPI_NOR_OCMD_NOP 0x00FF /* Octal No operation */
73 #define SPI_NOR_OCMD_RESET_EN 0x6699 /* Octal Reset Enable */
74 #define SPI_NOR_OCMD_RESET_MEM 0x9966 /* Octal Reset Memory */
75 #define SPI_NOR_OCMD_WR_CFGREG2 0x728D /* Octal Write configuration Register2 */
76 #define SPI_NOR_OCMD_RD_CFGREG2 0x718E /* Octal Read configuration Register2 */