Home
last modified time | relevance | path

Searched refs:SFDP_SIGNATURE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dsfdp.c35 #define SFDP_SIGNATURE 0x50444653U macro
1376 if (le32_to_cpu(signature) != SFDP_SIGNATURE) in spi_nor_check_sfdp_signature()
1411 if (le32_to_cpu(header.signature) != SFDP_SIGNATURE || in spi_nor_parse_sfdp()
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c1914 #define SFDP_SIGNATURE 0x50444653U macro
2325 if (le32_to_cpu(header.signature) != SFDP_SIGNATURE || in spi_nor_parse_sfdp()