Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/mb/common/include/
Dmb_rom_header.h68 u32 sub_size; // Module size member
/TwlSDK-5.3.1/build/libraries/mb/common/src/
Dmb_fileinfo.c128 p->sub_size /* ARM7 static segment */ in MB_GetSegmentLength()
265 SDK_ASSERT( p_rom->main_size > 0 && p_rom->sub_size > 0); in MB_ReadSegment()
325 if (rest >= p_rom->main_size + p_rom->sub_size) in MB_ReadSegment()
345 (void)FS_ReadFile(file, dst, (int)p_rom->sub_size); in MB_ReadSegment()
346 MBi_AttachCacheBuffer(p_cache, p_map[2], p_rom->sub_size, dst, MB_CACHE_STATE_LOCKED); in MB_ReadSegment()
347 dst += p_rom->sub_size, rest -= p_rom->sub_size; in MB_ReadSegment()
/TwlSDK-5.3.1/include/nitro/card/
Dtypes.h65 u32 sub_size; // ARM7 transfer size member