Lines Matching +full:no +full:- +full:auto +full:- +full:reset
2 * Copyright (c) 2018 Savoir-Faire Linux.
4 * SPDX-License-Identifier: Apache-2.0
27 #define SPI_NOR_CMD_DREAD 0x3B /* Read data (1-1-2) */
28 #define SPI_NOR_CMD_2READ 0xBB /* Read data (1-2-2) */
29 #define SPI_NOR_CMD_QREAD 0x6B /* Read data (1-1-4) */
30 #define SPI_NOR_CMD_4READ 0xEB /* Read data (1-4-4) */
34 #define SPI_NOR_CMD_PP_1_1_2 0xA2 /* Dual Page program (1-1-2) */
35 #define SPI_NOR_CMD_PP_1_1_4 0x32 /* Quad Page program (1-1-4) */
36 #define SPI_NOR_CMD_PP_1_4_4 0x38 /* Quad Page program (1-4-4) */
46 #define SPI_NOR_CMD_4BA 0xB7 /* Enter 4-Byte Address Mode */
51 #define SPI_NOR_CMD_RESET_EN 0x66 /* Reset Enable */
52 #define SPI_NOR_CMD_RESET_MEM 0x99 /* Reset Memory */
56 #define SPI_NOR_CMD_DREAD_4B 0x3C /* Read data (1-1-2) 4 Byte Address */
57 #define SPI_NOR_CMD_2READ_4B 0xBC /* Read data (1-2-2) 4 Byte Address */
58 #define SPI_NOR_CMD_QREAD_4B 0x6C /* Read data (1-1-4) 4 Byte Address */
59 #define SPI_NOR_CMD_4READ_4B 0xEC /* Read data (1-4-4) 4 Byte Address */
61 #define SPI_NOR_CMD_PP_1_1_4_4B 0x34 /* Quad Page program (1-1-4) 4 Byte Address */
62 #define SPI_NOR_CMD_PP_1_4_4_4B 0x3e /* Quad Page program (1-4-4) 4 Byte Address */
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 */
84 /* Flash Auto-polling values */