Home
last modified time | relevance | path

Searched refs:SPI_NOR_NO_ERASE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcatalyst.c14 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
16 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
18 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
20 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
22 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
H A Deverspin.c14 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
16 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
18 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
20 SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
H A Dfujitsu.c13 { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
H A Dspansion.c106 SPI_NOR_NO_ERASE) },
H A Dcore.h276 #define SPI_NOR_NO_ERASE BIT(1) /* No erase command needed */ macro
H A Dcore.c3375 if (info->flags & SPI_NOR_NO_ERASE) in spi_nor_scan()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsf_internal.h43 #define SPI_NOR_NO_ERASE BIT(1) /* No erase command needed */ macro
H A Dspi-nor-core.c2575 if (info->flags & SPI_NOR_NO_ERASE) in spi_nor_scan()