Searched refs:targetProtocolType (Results 1 – 1 of 1) sorted by relevance
1326 sfdp_protocol_type_t targetProtocolType = XSPI_NOR_FindProtocolType(&xspiNorMemConfig); in Nor_Flash_Init() local1328 …if ((targetProtocolType >= kSFDP_Protocol_1s1s4s) && (targetProtocolType <= kSFDP_Protocol_4s4d4d)) in Nor_Flash_Init()1330 if (targetProtocolType <= kSFDP_Protocol_1s4d4d) in Nor_Flash_Init()1337 else if (targetProtocolType == kSFDP_Protocol_4s4s4s) in Nor_Flash_Init()1352 if (targetProtocolType >= kSFDP_Protocol_1s1s8s) in Nor_Flash_Init()1354 if (targetProtocolType <= kSFDP_Protocol_1s8d8d) in Nor_Flash_Init()1361 else if (targetProtocolType == kSFDP_Protocol_8s8s8s) in Nor_Flash_Init()1377 xspiMemNorHandle.curProtocolType = targetProtocolType; in Nor_Flash_Init()