Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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 Dcore.h278 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro
367 .flags = SPI_NOR_NO_FR | SPI_NOR_XSR_RDY,
H A Dcore.c2758 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_info_init_params()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dxilinx.c36 .flags = SPI_NOR_NO_FR
H A Dcore.h472 * SPI_NOR_NO_FR: can't do fastread.
524 #define SPI_NOR_NO_FR BIT(8) macro
583 .flags = SPI_NOR_NO_ERASE | SPI_NOR_NO_FR, \
H A Dcore.c3008 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_init_default_params()

Completed in 12 milliseconds