Lines Matching full:sfdp
494 /* There is a sfdp-bfp property in the deviceTree : do not read the flash */ in ospi_read_sfdp()
497 LOG_INF("Read SFDP from DTS property"); in ospi_read_sfdp()
508 LOG_INF("Read SFDP from octoFlash"); in ospi_read_sfdp()
509 /* Get the SFDP from the octoFlash (no sfdp-bfp table in the DeviceTree) */ in ospi_read_sfdp()
514 LOG_INF("Error reading SFDP from octoFlash and none in the DTS"); in ospi_read_sfdp()
1046 /* use SFDP:BFP read instruction */ in stm32_ospi_set_memorymap()
1406 /* use SFDP:BFP read instruction */ in flash_stm32_ospi_read()
2416 /* Send the instruction to read the SFDP */ in flash_stm32_ospi_init()
2421 struct jesd216_sfdp_header sfdp; in flash_stm32_ospi_init() member
2423 const struct jesd216_sfdp_header *hp = &u.sfdp; in flash_stm32_ospi_init()
2427 LOG_ERR("SFDP read failed: %d", ret); in flash_stm32_ospi_init()
2434 LOG_ERR("SFDP magic %08x invalid", magic); in flash_stm32_ospi_init()
2438 LOG_DBG("%s: SFDP v %u.%u AP %x with %u PH", dev->name, in flash_stm32_ospi_init()
2467 LOG_ERR("SFDP BFP failed: %d", ret); in flash_stm32_ospi_init()
2623 .page_size = SPI_NOR_PAGE_SIZE, /* by default, to be updated by sfdp */