Home
last modified time | relevance | path

Searched refs:jesd216_bfp_erase (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h317 int jesd216_bfp_erase(const struct jesd216_bfp *bfp,
Djesd216.c123 int jesd216_bfp_erase(const struct jesd216_bfp *bfp, in jesd216_bfp_erase() function
Dflash_andes_qspi.c520 if (jesd216_bfp_erase(bfp, ti, etp) == 0) { in spi_nor_process_bfp()
Dflash_stm32_qspi.c1176 if (jesd216_bfp_erase(bfp, ti, etp) == 0) { in spi_nor_process_bfp()
Dspi_nor.c1186 if (jesd216_bfp_erase(bfp, ti, etp) == 0) { in spi_nor_process_bfp()
Dflash_stm32_xspi.c1835 if (jesd216_bfp_erase(bfp, idx, etp) == 0) { in spi_nor_process_bfp()
Dflash_stm32_ospi.c1998 if (jesd216_bfp_erase(bfp, idx, etp) == 0) { in spi_nor_process_bfp()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c112 if (jesd216_bfp_erase(bfp, idx, &etype) == 0) { in summarize_dw89()