Searched refs:curProtocolType (Results 1 – 2 of 2) sorted by relevance
256 xspiMemNorHandle.curProtocolType = probedInfo[sfdpLutIndex].protocolMode; in XSPI_NOR_ProbeNorFlashSfdpHeader()414 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillPageProgramLutSeq()422 …SFDP_GetPageProgramCmdInfo(xspiMemNorHandle.ptrSfdpHandle, xspiMemNorHandle.curProtocolType, &page… in XSPI_NOR_FillPageProgramLutSeq()424 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillPageProgramLutSeq()456 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillSectorEraseLutSeq()466 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillSectorEraseLutSeq()501 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillBlockEraseLutSeq()511 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillBlockEraseLutSeq()544 SFDP_DECODE_PROTOCOL_TYPE(xspiMemNorHandle.curProtocolType); in XSPI_NOR_FillWriteEnableLutSeq()553 if (xspiMemNorHandle.curProtocolType == kSFDP_Protocol_8d8d8d) in XSPI_NOR_FillWriteEnableLutSeq()[all …]
107 sfdp_protocol_type_t curProtocolType; /*!< Current protocol type. */ member