Searched refs:SPI_NOR_NO_FR (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/ |
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) },
|
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) },
|
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,
|
D | core.c | 2748 if (!(info->flags & SPI_NOR_NO_FR)) { in spi_nor_info_init_params()
|
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/ |
D | hispark_taurus.patch | 332661 { "cat25c11", CAT25_INFO( 16, 8, 16, 1, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) }, 333402 if (info->flags & SPI_NOR_NO_FR)
|