Lines Matching +full:2 +full:- +full:byte
2 * Copyright (c) 2018 Savoir-Faire Linux.
4 * SPDX-License-Identifier: Apache-2.0
21 #define SPI_NOR_CMD_WRSR2 0x31 /* Write status register 2 */
22 #define SPI_NOR_CMD_RDSR2 0x35 /* Read status register 2 */
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) */
39 #define SPI_NOR_CMD_SE_4B 0x21 /* Sector erase 4 byte address*/
42 #define SPI_NOR_CMD_BE_4B 0xDC /* Block erase 4 byte address*/
46 #define SPI_NOR_CMD_4BA 0xB7 /* Enter 4-Byte Address Mode */
49 #define SPI_NOR_CMD_WR_CFGREG2 0x72 /* Write config register 2 */
50 #define SPI_NOR_CMD_RD_CFGREG2 0x71 /* Read config register 2 */
54 #define SPI_NOR_CMD_READ_4B 0x13 /* Read data 4 Byte Address */
55 #define SPI_NOR_CMD_READ_FAST_4B 0x0C /* Fast Read 4 Byte Address */
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 */
60 #define SPI_NOR_CMD_PP_4B 0x12 /* Page Program 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 */
84 /* Flash Auto-polling values */