Lines Matching refs:header
746 struct jesd216_sfdp_header *header, in flash_flexspi_nor_config_flash() argument
759 ret = jesd216_bfp_decode_dw14(&header->phdr[0], bfp, &dw14); in flash_flexspi_nor_config_flash()
782 ret = jesd216_bfp_decode_dw16(&header->phdr[0], bfp, &dw16); in flash_flexspi_nor_config_flash()
804 if (jesd216_bfp_read_support(&header->phdr[0], bfp, in flash_flexspi_nor_config_flash()
829 ret = jesd216_bfp_decode_dw15(&header->phdr[0], bfp, &dw15); in flash_flexspi_nor_config_flash()
846 } else if (jesd216_bfp_read_support(&header->phdr[0], bfp, in flash_flexspi_nor_config_flash()
1145 struct jesd216_sfdp_header *header = (struct jesd216_sfdp_header *)sfdp_buf; in flash_flexspi_nor_probe() local
1199 LOG_DBG("SFDP header magic: 0x%x", header->magic); in flash_flexspi_nor_probe()
1200 if (jesd216_sfdp_magic(header) != JESD216_SFDP_MAGIC) { in flash_flexspi_nor_probe()
1207 if (header->phdr[0].len_dw > ARRAY_SIZE(param_buf)) { in flash_flexspi_nor_probe()
1215 jesd216_param_addr(&header->phdr[0]), in flash_flexspi_nor_probe()
1217 sizeof(uint32_t) * header->phdr[0].len_dw); in flash_flexspi_nor_probe()
1223 ret = flash_flexspi_nor_config_flash(data, header, bfp, in flash_flexspi_nor_probe()