Searched refs:jesd216_bfp_decode_dw16 (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/flash/ |
D | jesd216.h | 530 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php,
|
D | jesd216.c | 312 int jesd216_bfp_decode_dw16(const struct jesd216_param_header *php, in jesd216_bfp_decode_dw16() function
|
D | flash_mcux_flexspi_nor.c | 782 ret = jesd216_bfp_decode_dw16(&header->phdr[0], bfp, &dw16); in flash_flexspi_nor_config_flash()
|
D | flash_stm32_qspi.c | 1192 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
|
D | spi_nor.c | 1214 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) == 0) { in spi_nor_process_bfp()
|
/Zephyr-latest/samples/drivers/jesd216/src/ |
D | main.c | 215 if (jesd216_bfp_decode_dw16(php, bfp, &dw16) != 0) { in summarize_dw16()
|