Home
last modified time | relevance | path

Searched refs:SPI_NOR_SKIP_SFDP (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.h298 #define SPI_NOR_SKIP_SFDP BIT(13) /* Skip parsing of SFDP tables */ macro
H A Dcore.c2912 !(nor->info->flags & SPI_NOR_SKIP_SFDP)) in spi_nor_init_params()
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dcore.h455 * instead use the SPI_NOR_SKIP_SFDP sfdp_flag.
478 * flags are used together with the SPI_NOR_SKIP_SFDP flag.
479 * SPI_NOR_SKIP_SFDP: skip parsing of SFDP tables.
529 #define SPI_NOR_SKIP_SFDP BIT(0) macro
H A Dspansion.c775 NO_SFDP_FLAGS(SPI_NOR_SKIP_SFDP | SPI_NOR_DUAL_READ |
H A Dcore.c3089 dev_err(nor->dev, "BFPT parsing failed. Please consider using SPI_NOR_SKIP_SFDP when declaring the flash\n"); in spi_nor_init_params()
3092 } else if (nor->info->no_sfdp_flags & SPI_NOR_SKIP_SFDP) { in spi_nor_init_params()

Completed in 12 milliseconds