Searched refs:SPI_NOR_NO_FR (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/mtd/spi-nor/
H A Deverspin.c17 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR,
23 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR,
28 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR,
33 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR,
H A Dxilinx.c30 .flags = SPI_NOR_NO_FR
H A Dcore.h482 * SPI_NOR_NO_FR: can't do fastread.
531 #define SPI_NOR_NO_FR BIT(7) macro
H A Dcore.c2968 if (!(info->flags & SPI_NOR_NO_FR)) {

Completed in 109 milliseconds