Home
last modified time | relevance | path

Searched refs:HW_CTRDG_ROM (Results 1 – 10 of 10) sorted by relevance

/TwlSDK-5.1.0/include/nitro/ctrdg/common/
Dctrdg_common.h572 #define CTRDGi_GetHeaderAddr() ((CTRDGHeader *)HW_CTRDG_ROM)
575 #define CTRDGi_GetModuleIDImageAddr() ((u16 *)(HW_CTRDG_ROM + 0x0001fffe))
/TwlSDK-5.1.0/include/nitro/hw/ARM9/
Dmmap_global.h132 #define HW_CTRDG_ROM 0x08000000 macro
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_arena.c271 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_64MB); in OSi_InitArenaEx_ltdmain()
277 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_128MB); in OSi_InitArenaEx_ltdmain()
288 OS_SetProtectionRegionEx(3, HW_CTRDG_ROM, OS_PR_SIZE_64MB); in OSi_InitArenaEx_ltdmain()
/TwlSDK-5.1.0/include/twl/hw/ARM9/
Dmmap_global.h160 #define HW_CTRDG_ROM 0x08000000 macro
/TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c528 SET_PROTECTION_A(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion()
529 SET_PROTECTION_B(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion()
575 SET_PROTECTION_A(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion()
576 SET_PROTECTION_B(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion()
/TwlSDK-5.1.0/build/libraries/ctrdg/ARM9/src/
Dctrdg_proc.c182 MI_DmaCopy16(1, (void *)(HW_CTRDG_ROM + 0x80), in CTRDGi_InitModuleInfo()
/TwlSDK-5.1.0/build/libraries/init/ARM9/src/
Dcrt0.c513 SET_PROTECTION_A( c3, HW_CTRDG_ROM, 128MB ) in init_cp15()
514 SET_PROTECTION_B( c3, HW_CTRDG_ROM, 128MB ) in init_cp15()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c243 else if (HW_BG_PLTT <= address && address < HW_CTRDG_ROM) in GetSectionMemType()
256 else if (HW_BG_PLTT <= address && address < HW_CTRDG_ROM) in GetSectionMemType()
/TwlSDK-5.1.0/build/libraries/ctrdg/common/src/
Dctrdg.c584 if (HW_CTRDG_ROM <= (u32)dest && (u32)dest < HW_CTRDG_RAM_END) in CTRDG_CpuCopy8()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c305 else if (HW_BG_PLTT <= address && address < HW_CTRDG_ROM) in GetSectionMemType()
318 else if (HW_BG_PLTT <= address && address < HW_CTRDG_ROM) in GetSectionMemType()