Searched refs:CARDRomRegion (Results 1 – 12 of 12) sorted by relevance
36 typedef struct CARDRomRegion struct41 CARDRomRegion; typedef68 CARDRomRegion fnt; // Filename table69 CARDRomRegion fat; // File allocation table72 CARDRomRegion main_ovt; // ARM9 overlay header table73 CARDRomRegion sub_ovt; // ARM7 overlay header table136 CARDRomRegion digest_area_ntr;137 CARDRomRegion digest_area_ltd;138 CARDRomRegion digest_tabel1;139 CARDRomRegion digest_tabel2;
91 CARDRomRegion area_ntr;92 CARDRomRegion area_ltd;93 CARDRomRegion sector_hash;94 CARDRomRegion block_hash;
83 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()
84 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()
126 CARDRomRegion ovt9;127 CARDRomRegion ovt7;340 const CARDRomRegion *pr = (target == MI_PROCESSOR_ARM9) ? in FS_LoadOverlayInfo()485 const CARDRomRegion *pr; in FS_LoadOverlayInfo()537 const CARDRomRegion *fat = CARD_GetRomRegionFAT(); in FS_LoadOverlayImage()900 CARDRomRegion *const pr = (target == MI_PROCESSOR_ARM9) ? in FS_AttachOverlayTable()
227 const CARDRomRegion *const fnt = CARD_GetRomRegionFNT(); in FSi_InitRomArchive()228 const CARDRomRegion *const fat = CARD_GetRomRegionFAT(); in FSi_InitRomArchive()
54 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()398 const CARDRomRegion *p_header = mbi_seg_header; in MB_ReadSegment()729 CARDRomRegion *romRegp; in MBi_SetSegmentInfo()736 romRegp = (CARDRomRegion *)(&mbRomHeaderp->main_ram_address); in MBi_SetSegmentInfo()764 romRegp = (CARDRomRegion *)(&mbRomHeaderp->sub_ram_address); in MBi_SetSegmentInfo()
67 CARDRomRegion request_region;
135 CARDRomRegion region[WFS_TABLE_REGION_MAX];
68 CARDRomRegion file_pos;
75 if(offset < sizeof(CARDRomRegion)) in WFSi_ReadRomCallback()
42 CARDRomRegion mem_region[WFS_TABLE_REGION_MAX]; in WFS_LoadTable()