Lines Matching full:bfp
494 /* There is a sfdp-bfp property in the deviceTree : do not read the flash */ in ospi_read_sfdp()
509 /* Get the SFDP from the octoFlash (no sfdp-bfp table in the DeviceTree) */ 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()
1972 const struct jesd216_bfp *bfp) in spi_nor_process_bfp() argument
1983 const size_t flash_size = jesd216_bfp_density(bfp) / 8U; in spi_nor_process_bfp()
1998 if (jesd216_bfp_erase(bfp, idx, etp) == 0) { in spi_nor_process_bfp()
2005 spi_nor_process_bfp_addrbytes(dev, jesd216_bfp_addrbytes(bfp)); in spi_nor_process_bfp()
2041 if (jesd216_bfp_read_support(php, bfp, supported_read_modes[idx], in spi_nor_process_bfp()
2068 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
2087 data->page_size = jesd216_bfp_page_size(php, bfp); in spi_nor_process_bfp()
2419 /* We only process BFP so use one parameter block */ in flash_stm32_ospi_init()
2455 struct jesd216_bfp bfp; in flash_stm32_ospi_init() member
2457 const struct jesd216_bfp *bfp = &u2.bfp; in flash_stm32_ospi_init() local
2463 ret = spi_nor_process_bfp(dev, php, bfp); in flash_stm32_ospi_init()
2467 LOG_ERR("SFDP BFP failed: %d", ret); in flash_stm32_ospi_init()