Searched refs:CARDRomRegion (Results 1 – 12 of 12) sorted by relevance
36 typedef struct CARDRomRegion struct41 CARDRomRegion; argument68 CARDRomRegion fnt; // Filename table69 CARDRomRegion fat; // File allocation table72 CARDRomRegion main_ovt; // ARM9 overlay header table73 CARDRomRegion sub_ovt; // ARM7 overlay header table129 CARDRomRegion digest_area_ntr;130 CARDRomRegion digest_area_ltd;131 CARDRomRegion digest_tabel1;132 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()
227 const CARDRomRegion *const fnt = CARD_GetRomRegionFNT(); in FSi_InitRomArchive()228 const CARDRomRegion *const fat = CARD_GetRomRegionFAT(); in FSi_InitRomArchive()
126 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()
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()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()
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()