Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/mb/common/src/
Dmb_fileinfo.c225 MBiCacheList *p_cache = NULL; in MB_ReadSegment() local
289 p_cache = (MBiCacheList *) dst; in MB_ReadSegment()
290 MBi_InitCache(p_cache); in MB_ReadSegment()
293 MBi_AttachCacheBuffer(p_cache, 0, ROM_HEADER_SIZE_FULL, p_rom, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
300 MI_CpuCopy8(p_arc->name.ptr, p_cache->arc_name, (u32)i); in MB_ReadSegment()
301 p_cache->arc_name_len = (u32)i; in MB_ReadSegment()
302 p_cache->arc_pointer = p_arc; in MB_ReadSegment()
342 MBi_AttachCacheBuffer(p_cache, p_map[1], p_rom->main_size, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
346 MBi_AttachCacheBuffer(p_cache, p_map[2], p_rom->sub_size, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
370 MBi_AttachCacheBuffer(p_cache, offset, MB_CACHE_PAGE_SIZE, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
[all …]
/TwlSDK-5.4/build/libraries/fs/common/src/
Dfs_proc_default.c1738 u8 *p_cache = (u8 *)(((u32)p_mem + 31) & ~31); in FS_LoadArchiveTables() local
1745 if (FS_ReadFile(&tmp, p_cache, (s32)context->fat_size) < 0) in FS_LoadArchiveTables()
1747 MI_CpuFill8(p_cache, 0x00, context->fat_size); in FS_LoadArchiveTables()
1751 context->fat = (u32)p_cache; in FS_LoadArchiveTables()
1752 p_cache += context->fat_size; in FS_LoadArchiveTables()
1755 if (FS_ReadFile(&tmp, p_cache, (s32)context->fnt_size) < 0) in FS_LoadArchiveTables()
1757 MI_CpuFill8(p_cache, 0x00, context->fnt_size); in FS_LoadArchiveTables()
1761 context->fnt = (u32)p_cache; in FS_LoadArchiveTables()