Lines Matching full:sfdp
1739 * pull these from CFI/SFDP, but these values should be good in spi_nor_erase_dice()
1924 * This is one of the procedures to set the QE bit described in the SFDP
2025 /* Fallback to a generic flash described only by its SFDP data. */ in spi_nor_detect()
2679 * flashes that do not define SFDP tables. If the flash supports SFDP but the
2681 * by parsing SFDP, one should instead use the fixup hooks and update the wrong
2752 * in the JESD216 SFDP standard, thus can not be retrieved when parsing SFDP.
2791 * be discovered by SFDP for this particular flash because the SFDP table that
2813 * SFDP standard, or where SFDP tables are not defined at all.
2861 * parameters and settings based on JESD216 SFDP standard.
2864 * The method has a roll-back mechanism: in case the SFDP parsing fails, the
2884 * The method assumes that flash doesn't support SFDP so it initializes flash
2886 * when parsing SFDP, if supported.
2903 * and settings. Done for all flashes, regardless is they define SFDP tables
2970 * 3/ SFDP flash parameters initialization. JESD216 SFDP is a standard and
2977 * spi_nor_post_sfdp_fixups() is called after the SFDP tables are parsed.
2979 * by the SFDP tables are wrong.
2983 * parameters that are not declared in the JESD216 SFDP standard, or where SFDP
3160 * this sequence can be discovered via SFDP in the BFPT table.
3477 /* Init flash parameters based on flash_info struct and SFDP */ in spi_nor_scan()