Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/mi/
Dcache.h51 MICachePage *loading; member
135 return (cache->loading != NULL); in MI_IsCacheLoading()
/TwlSDK-5.4/build/libraries/card/common/src/
Dcard_hash.c300 CARDRomHashBlock *loading = block; in CARDi_TouchRomHashBlock() local
307 loading = NULL; in CARDi_TouchRomHashBlock()
311 if (loading) in CARDi_TouchRomHashBlock()
318 loading = NULL; in CARDi_TouchRomHashBlock()
322 if (loading) in CARDi_TouchRomHashBlock()
325 *pp = loading; in CARDi_TouchRomHashBlock()
326 loading->index = index; in CARDi_TouchRomHashBlock()
327loading->offset = context->sector_hash.offset + index * (CARD_ROM_HASH_SIZE * context->sectors_per… in CARDi_TouchRomHashBlock()
331 if (loading) in CARDi_TouchRomHashBlock()
378 CARDRomHashSector *loading = *pp; in CARDi_TouchRomHashSector() local
[all …]
/TwlSDK-5.4/build/libraries/mi/common/src/
Dmi_cache.c54 cache->loading = NULL; in MI_InitCache()
91 for (load = &cache->loading; *load; load = &(*load)->next) in WFSi_TouchCachePages()
252 MICachePage *p = cache->loading; in MI_LoadCache()
264 cache->loading = p->next; in MI_LoadCache()