Searched refs:jesd216_bfp_decode_dw15 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | jesd216.h | 492 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php,
|
D | jesd216.c | 290 int jesd216_bfp_decode_dw15(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw15() function
|
D | flash_mcux_flexspi_nor.c | 829 ret = jesd216_bfp_decode_dw15(&header->phdr[0], bfp, &dw15); in flash_flexspi_nor_config_flash()
|
D | flash_stm32_qspi.c | 1256 rc = jesd216_bfp_decode_dw15(php, bfp, &dw15); in spi_nor_process_bfp()
|
D | flash_stm32_xspi.c | 1905 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
|
D | flash_stm32_ospi.c | 2068 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) < 0) { in spi_nor_process_bfp()
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 194 if (jesd216_bfp_decode_dw15(php, bfp, &dw15) != 0) { in summarize_dw15()
|