Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c225 MBiCacheList *p_cache = NULL; in MB_ReadSegment() local
286 p_cache = (MBiCacheList *) dst; in MB_ReadSegment()
287 MBi_InitCache(p_cache); in MB_ReadSegment()
290 MBi_AttachCacheBuffer(p_cache, 0, ROM_HEADER_SIZE_FULL, p_rom, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
297 MI_CpuCopy8(p_arc->name.ptr, p_cache->arc_name, (u32)i); in MB_ReadSegment()
298 p_cache->arc_name_len = (u32)i; in MB_ReadSegment()
299 p_cache->arc_pointer = p_arc; in MB_ReadSegment()
339 MBi_AttachCacheBuffer(p_cache, p_map[1], p_rom->main_size, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
343 MBi_AttachCacheBuffer(p_cache, p_map[2], p_rom->sub_size, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
367 MBi_AttachCacheBuffer(p_cache, offset, MB_CACHE_PAGE_SIZE, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
[all …]
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_default.c1739 u8 *p_cache = (u8 *)(((u32)p_mem + 31) & ~31); in FS_LoadArchiveTables() local
1746 if (FS_ReadFile(&tmp, p_cache, (s32)context->fat_size) < 0) in FS_LoadArchiveTables()
1748 MI_CpuFill8(p_cache, 0x00, context->fat_size); in FS_LoadArchiveTables()
1752 context->fat = (u32)p_cache; in FS_LoadArchiveTables()
1753 p_cache += context->fat_size; in FS_LoadArchiveTables()
1756 if (FS_ReadFile(&tmp, p_cache, (s32)context->fnt_size) < 0) in FS_LoadArchiveTables()
1758 MI_CpuFill8(p_cache, 0x00, context->fnt_size); in FS_LoadArchiveTables()
1762 context->fnt = (u32)p_cache; in FS_LoadArchiveTables()