Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/card/common/src/
Dcard_hash.c357 CARDRomHashSector **pp = &context->valid_sector; in CARDi_TouchRomHashSector()
360 for (pp = &context->valid_sector; ; pp = &(*pp)->next) in CARDi_TouchRomHashSector()
368 sector->next = context->valid_sector; in CARDi_TouchRomHashSector()
369 context->valid_sector = sector; in CARDi_TouchRomHashSector()
490 context->valid_sector = &context->sectors[context->sector_max - 1]; in CARD_InitRomHashContext()
616 while (context->valid_sector && context->valid_block) in CARDi_ReadRomHashImageCaching()
666 sector->next = context->valid_sector; in CARDi_ReadRomHashImageCaching()
667 context->valid_sector = sector; in CARDi_ReadRomHashImageCaching()
/TwlSDK-5.4/include/nitro/card/
Dhash.h112 CARDRomHashSector *valid_sector; // Sector that has already been verified member