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 D | catalyst.c | 14 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 D | everspin.c | 14 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 D | core.h | 278 #define SPI_NOR_NO_FR BIT(3) /* Can't do fastread */ macro 367 .flags = SPI_NOR_NO_FR | SPI_NOR_XSR_RDY,
|
H A D | core.c | 2758 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_info_init_params()
|
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
H A D | xilinx.c | 36 .flags = SPI_NOR_NO_FR
|
H A D | core.h | 472 * 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 D | core.c | 3008 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_init_default_params()
|
Completed in 11 milliseconds