Home
last modified time | relevance | path

Searched refs:jesd216_bfp_decode_dw15 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/flash/
Djesd216.h492 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php,
Djesd216.c290 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw15() function
Dflash_mcux_flexspi_nor.c829 ret = jesd216_bfp_decode_dw15(&header->phdr[0], bfp, &dw15); in flash_flexspi_nor_config_flash()
Dflash_stm32_qspi.c1256 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp()
Dflash_stm32_xspi.c1905 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
Dflash_stm32_ospi.c2068 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
/Zephyr-latest/samples/drivers/jesd216/src/
Dmain.c194 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) != 0) { in summarize_dw15()