Home
last modified time | relevance | path

Searched refs:SPI_NOR_OCTAL_READ (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-ids.c174 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
176 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
178 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
222 SECT_4K | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)
226 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
228 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
230 SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES)},
264 SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ | SPI_NOR_4B_OPCODES) },
342 …{ INFO("mt35xl512aba", 0x2c5a1a, 0, 128 * 1024, 512, USE_FSR | SPI_NOR_OCTAL_READ | SPI_NOR_4B_O…
343 …{ INFO("mt35xu512aba", 0x2c5b1a, 0, 128 * 1024, 512, USE_FSR | SPI_NOR_OCTAL_READ | SPI_NOR_4B_O…
[all …]
H A Dsf_internal.h70 #define SPI_NOR_OCTAL_READ BIT(16) /* Flash supports Octal Read */ macro
H A Dspi-nor-core.c2179 if (info->flags & SPI_NOR_OCTAL_READ) { in spi_nor_init_params()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dmicron-st.c13 SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ |
16 SECT_4K | USE_FSR | SPI_NOR_OCTAL_READ |
H A Dcore.h300 #define SPI_NOR_OCTAL_READ BIT(15) /* Flash supports Octal Read */ macro
H A Dcore.c2923 if (info->flags & SPI_NOR_OCTAL_READ) { in spi_nor_info_init_params()