Lines Matching full:sfdp
26 u32 signature; /* Ox50444653U <=> "SFDP" */
161 * @addr: offset in the SFDP area to start reading data from
163 * @buf: buffer where the SFDP data are copied into (dma-safe memory)
166 * for (Fast) Read commands, the Read SFDP (5Ah) instruction is always
197 * @addr: offset in the SFDP area to start reading data from
199 * @buf: buffer where the SFDP data are copied into
310 * synchronize with the supported Erase Types defined in SFDP optional tables.
406 * defined by the SFDP (JESD216) specification.
776 * used for storing SFDP parsed data
865 * that is used for storing SFDP parsed data
1002 * SFDP table that indicates support for Page Program Commands. in spi_nor_parse_4bait()
1048 /* 4BAIT is the only SFDP table that indicates page program support. */ in spi_nor_parse_4bait()
1074 * SFDP compliant memories. in spi_nor_parse_4bait()
1109 /* Get the SFDP header. */ in spi_nor_parse_sfdp()
1114 /* Check the SFDP header version. */ in spi_nor_parse_sfdp()
1130 * Read SFDP command. These parameter headers will actually be parsed in spi_nor_parse_sfdp()
1149 dev_dbg(dev, "failed to read SFDP parameter headers\n"); in spi_nor_parse_sfdp()