Searched refs:sfdpHandle (Results 1 – 1 of 1) sorted by relevance
1261 sfdp_handle_t sfdpHandle; in Nor_Flash_Init() local1262 (void)memset((void *)&sfdpHandle, 0UL, sizeof(sfdpHandle)); in Nor_Flash_Init()1264 xspiMemNorHandle.ptrSfdpHandle = &sfdpHandle; in Nor_Flash_Init()1315 if (SFDP_ReadAllSupportedTable(&sfdpHandle) != kSFDP_RET_Success) in Nor_Flash_Init()1320 …if ((SFDP_GetAddressBytes(&sfdpHandle) != kSFDP_AddrMode_3ByteOnly) && (xspiMemNorHandle.addrSize … in Nor_Flash_Init()1393 handle->bytesInPageSize = SFDP_GetPageSize(&sfdpHandle); in Nor_Flash_Init()