Searched refs:HW_CTRDG_ROM (Results 1 – 10 of 10) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/ctrdg/common/ |
| D | ctrdg_common.h | 572 #define CTRDGi_GetHeaderAddr() ((CTRDGHeader *)HW_CTRDG_ROM) 575 #define CTRDGi_GetModuleIDImageAddr() ((u16 *)(HW_CTRDG_ROM + 0x0001fffe))
|
| /TwlSDK-5.1.0/include/nitro/hw/ARM9/ |
| D | mmap_global.h | 132 #define HW_CTRDG_ROM 0x08000000 macro
|
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_arena.c | 271 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/ |
| D | mmap_global.h | 160 #define HW_CTRDG_ROM 0x08000000 macro
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 528 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/ |
| D | ctrdg_proc.c | 182 MI_DmaCopy16(1, (void *)(HW_CTRDG_ROM + 0x80), in CTRDGi_InitModuleInfo()
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9/src/ |
| D | crt0.c | 513 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/ |
| D | createlcf.c | 243 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/ |
| D | ctrdg.c | 584 if (HW_CTRDG_ROM <= (u32)dest && (u32)dest < HW_CTRDG_RAM_END) in CTRDG_CpuCopy8()
|
| /TwlSDK-5.1.0/build/tools/makelcf/ |
| D | createlcf.c | 305 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()
|