Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/card/common/src/
Dcard_hash.c347 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()
350 for (pp = &context->valid_sector; ; pp = &(*pp)->next) in CARDi_TouchRomHashSector()
358 sector->next = context->valid_sector; in CARDi_TouchRomHashSector()
359 context->valid_sector = sector; in CARDi_TouchRomHashSector()
480 context->valid_sector = &context->sectors[context->sector_max - 1]; in CARD_InitRomHashContext()
606 while (context->valid_sector && context->valid_block) in CARDi_ReadRomHashImageCaching()
656 sector->next = context->valid_sector; in CARDi_ReadRomHashImageCaching()
657 context->valid_sector = sector; in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.1.0/include/nitro/card/
Dhash.h112 CARDRomHashSector *valid_sector; // Sector that has already been verified member