Lines Matching full:sfdp
1844 * pull these from CFI/SFDP, but these values should be good in spi_nor_erase()
1959 * This is one of the procedures to set the QE bit described in the SFDP
2070 /* Fallback to a generic flash described only by its SFDP data. */ in spi_nor_detect()
2528 * solely by SFDP, then the largest supported erase type
2766 * flashes that do not define SFDP tables. If the flash supports SFDP but the
2768 * by parsing SFDP, one should instead use the fixup hooks and update the wrong
2837 * in the JESD216 SFDP standard, thus can not be retrieved when parsing SFDP.
2879 * be discovered by SFDP for this particular flash because the SFDP table that
2901 * SFDP standard, or where SFDP tables are not defined at all.
2944 * parameters and settings based on JESD216 SFDP standard.
2947 * The method has a roll-back mechanism: in case the SFDP parsing fails, the
2967 * The method assumes that flash doesn't support SFDP so it initializes flash
2969 * when parsing SFDP, if supported.
2986 * and settings. Done for all flashes, regardless is they define SFDP tables
3057 * 3/ SFDP flash parameters initialization. JESD216 SFDP is a standard and
3064 * spi_nor_post_sfdp_fixups() is called after the SFDP tables are parsed.
3066 * by the SFDP tables are wrong.
3070 * parameters that are not declared in the JESD216 SFDP standard, or where SFDP
3240 * this sequence can be discovered via SFDP in the BFPT table.
3509 /* Init flash parameters based on flash_info struct and SFDP */ in spi_nor_scan()