Searched refs:ptrSfdpHandle (Results 1 – 2 of 2) sorted by relevance
249 ret = SFDP_ReadSFDPHeader(xspiMemNorHandle.ptrSfdpHandle, XSPI_NOR_ReadSFDP); in XSPI_NOR_ProbeNorFlashSfdpHeader()275 …addr_enter_method_t enterMethod = SFDP_Get4ByteAddrModeEnterMethod(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_Enter4ByteMode()363 …DeviceDdrConfig.enableDdr = SFDP_CheckDTRSupported(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()364 …drConfig.enableByteSwapInOctalMode = SFDP_CheckByteSwapInOctalMode(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()368 …SFDP_GetBusyBitInfo(xspiMemNorHandle.ptrSfdpHandle, (sfdp_flash_pad_num_t)ptrUserInputMemConfig->n… in XSPI_NOR_SetNorFlashDeviceConfig()378 externNorFlashConfig.deviceSize[0] = SFDP_GetFlashDensity(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()384 SFDP_GetPageSize(xspiMemNorHandle.ptrSfdpHandle); in XSPI_NOR_SetNorFlashDeviceConfig()422 …SFDP_GetPageProgramCmdInfo(xspiMemNorHandle.ptrSfdpHandle, xspiMemNorHandle.curProtocolType, &page… in XSPI_NOR_FillPageProgramLutSeq()427 … SFDP_GetOctalDTRCmdExtension(xspiMemNorHandle.ptrSfdpHandle, pageProgramCmdInfo.instruction); in XSPI_NOR_FillPageProgramLutSeq()463 …if (SFDP_GetSectorEraseCmdInfo(xspiMemNorHandle.ptrSfdpHandle, kSFDP_EraseCmdType1, §orEraseCm… in XSPI_NOR_FillSectorEraseLutSeq()[all …]
109 sfdp_handle_t *ptrSfdpHandle; /*!< Pointer to sfdp handle. */ member