Home
last modified time | relevance | path

Searched refs:loaded_sector (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.3.1/build/libraries/card/common/src/
Dcard_hash.c246 sector->next = context->loaded_sector; in CARD_NotifyRomHashReadAsync()
247 context->loaded_sector = sector; in CARD_NotifyRomHashReadAsync()
492 context->loaded_sector = NULL; in CARD_InitRomHashContext()
631 while ((context->loading_sector && !context->loaded_sector) || in CARDi_ReadRomHashImageCaching()
644 sector = context->loaded_sector; in CARDi_ReadRomHashImageCaching()
647 context->loaded_sector = sector->next; in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.3.1/include/nitro/card/
Dhash.h111 CARDRomHashSector *loaded_sector; // Sector waiting for hash verification member