Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h66 #define SPI_NOR_SKIP_SFDP BIT(13) /* Skip parsing of SFDP tables */ macro
H A Dspi-nor-core.c2500 !(info->flags & SPI_NOR_SKIP_SFDP)) { in spi_nor_init_params()
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.h529 #define SPI_NOR_SKIP_SFDP BIT(0) macro
H A Dspansion.c776 NO_SFDP_FLAGS(SPI_NOR_SKIP_SFDP | SPI_NOR_DUAL_READ |
H A Dcore.c3092 } else if (nor->info->no_sfdp_flags & SPI_NOR_SKIP_SFDP) { in spi_nor_init_params()