Home
last modified time | relevance | path

Searched refs:CARDRomRegion (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.1.0/include/nitro/card/
Dtypes.h36 typedef struct CARDRomRegion struct
41 CARDRomRegion; argument
68 CARDRomRegion fnt; // Filename table
69 CARDRomRegion fat; // File allocation table
72 CARDRomRegion main_ovt; // ARM9 overlay header table
73 CARDRomRegion sub_ovt; // ARM7 overlay header table
129 CARDRomRegion digest_area_ntr;
130 CARDRomRegion digest_area_ltd;
131 CARDRomRegion digest_tabel1;
132 CARDRomRegion digest_tabel2;
Dhash.h91 CARDRomRegion area_ntr;
92 CARDRomRegion area_ltd;
93 CARDRomRegion sector_hash;
94 CARDRomRegion block_hash;
Drom.h83 SDK_INLINE const CARDRomRegion *CARD_GetRomRegionFNT(void) in CARD_GetRomRegionFNT()
98 SDK_INLINE const CARDRomRegion *CARD_GetRomRegionFAT(void) in CARD_GetRomRegionFAT()
113 SDK_INLINE const CARDRomRegion *CARD_GetRomRegionOVT(MIProcessor target) in CARD_GetRomRegionOVT()
/TwlSDK-5.1.0/build/demos/fs/arc-1/src/
Dmain.c84 u32 base, const CARDRomRegion *fnt, const CARDRomRegion *fat) in MyRom_Create()
180 const CARDRomRegion *fnt = CARD_GetRomRegionFNT(); in NitroMain()
181 const CARDRomRegion *fat = CARD_GetRomRegionFAT(); in NitroMain()
/TwlSDK-5.1.0/build/libraries/fs/common/src/
Dfs_proc_rom.c227 const CARDRomRegion *const fnt = CARD_GetRomRegionFNT(); in FSi_InitRomArchive()
228 const CARDRomRegion *const fat = CARD_GetRomRegionFAT(); in FSi_InitRomArchive()
Dfs_overlay.c126 CARDRomRegion ovt9;
127 CARDRomRegion ovt7;
364 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()
509 const CARDRomRegion *pr; in FS_LoadOverlayInfo()
561 const CARDRomRegion *fat = CARD_GetRomRegionFAT(); in FS_LoadOverlayImage()
924 CARDRomRegion *const pr = (target == MI_PROCESSOR_ARM9) ? in FS_AttachOverlayTable()
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c54 static const CARDRomRegion mbi_seg_header_default[] = {
59 static const CARDRomRegion *mbi_seg_header = mbi_seg_header_default;
203 static const CARDRomRegion mbi_seg_header_twl[3] = in MB_ReadSegment()
395 const CARDRomRegion *p_header = mbi_seg_header; in MB_ReadSegment()
726 CARDRomRegion *romRegp; in MBi_SetSegmentInfo()
733 romRegp = (CARDRomRegion *)(&mbRomHeaderp->main_ram_address); in MBi_SetSegmentInfo()
761 romRegp = (CARDRomRegion *)(&mbRomHeaderp->sub_ram_address); in MBi_SetSegmentInfo()
/TwlSDK-5.1.0/include/nitro/wfs/
Dclient.h67 CARDRomRegion request_region;
Dformat.h135 CARDRomRegion region[WFS_TABLE_REGION_MAX];
/TwlSDK-5.1.0/include/nitro/fs/
Doverlay.h68 CARDRomRegion file_pos;
/TwlSDK-5.1.0/build/libraries/wfs/common/src/
Dwfs_thread.c75 if(offset < sizeof(CARDRomRegion)) in WFSi_ReadRomCallback()
Dwfs_format.c42 CARDRomRegion mem_region[WFS_TABLE_REGION_MAX]; in WFS_LoadTable()