Searched refs:sfdpLutIndex (Results 1 – 1 of 1) sorted by relevance
83 uint8_t sfdpLutIndex = 0U; in XSPI_NOR_ProbeNorFlashSfdpHeader() local204 for (sfdpLutIndex = 0U; sfdpLutIndex < ARRAY_SIZE(sfdp_lut); sfdpLutIndex++) in XSPI_NOR_ProbeNorFlashSfdpHeader()224 tmpProtocol = probedInfo[sfdpLutIndex].protocolMode; in XSPI_NOR_ProbeNorFlashSfdpHeader()235 if (sfdpLutIndex >= 3U) in XSPI_NOR_ProbeNorFlashSfdpHeader()246 …XSPI_UpdateLUT(curXSPIBase, NOR_CMD_LUT_SEQ_IDX_READ_SFDP * 5U, &(sfdp_lut[sfdpLutIndex].insrOpera… in XSPI_NOR_ProbeNorFlashSfdpHeader()251 if ((ret == kSFDP_RET_Success) && (sfdpLutIndex < ARRAY_SIZE(sfdp_lut))) in XSPI_NOR_ProbeNorFlashSfdpHeader()256 xspiMemNorHandle.curProtocolType = probedInfo[sfdpLutIndex].protocolMode; in XSPI_NOR_ProbeNorFlashSfdpHeader()257 xspiMemNorHandle.addrSize = probedInfo[sfdpLutIndex].addrWidth; in XSPI_NOR_ProbeNorFlashSfdpHeader()260 else if ((sfdpLutIndex == (ARRAY_SIZE(sfdp_lut) - 1U)) && (ret != kSFDP_RET_Success)) in XSPI_NOR_ProbeNorFlashSfdpHeader()