Searched refs:SET_PROTECTION_B (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.5/build/libraries/init/ARM9/src/ |
| D | crt0.c | 488 #define SET_PROTECTION_B( id, adr, siz ) mcr p15, 0, r0, c6, id, 0 in init_cp15() macro 501 SET_PROTECTION_B( c0, HW_IOREG, 64MB ) in init_cp15() 505 SET_PROTECTION_B( c1, HW_MAIN_MEM_MAIN, 32MB ) in init_cp15() 509 SET_PROTECTION_B( c2, HW_MAIN_MEM_IM_SHARED, 4KB ) in init_cp15() 514 SET_PROTECTION_B( c3, HW_CTRDG_ROM, 128MB ) in init_cp15() 526 SET_PROTECTION_B( c4, HW_DTCM, 16KB ) in init_cp15() 531 SET_PROTECTION_B( c5, HW_ITCM_IMAGE, 16MB ) in init_cp15() 535 SET_PROTECTION_B( c6, HW_BIOS, 32KB ) in init_cp15() 539 SET_PROTECTION_B( c7, HW_MAIN_MEM_SHARED, 4KB ) in init_cp15()
|
| /TwlSDK-5.5/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 209 #define SET_PROTECTION_B(id, adr, siz) mcr p15, 0, r0, c6, id, 0 macro 523 SET_PROTECTION_B(c0, HW_IOREG, 64MB) in INITi_InitRegion() 528 SET_PROTECTION_B(c4, SDK_AUTOLOAD_DTCM_START, 16KB) in INITi_InitRegion() 532 SET_PROTECTION_B(c5, HW_ITCM_IMAGE, 16MB) in INITi_InitRegion() 536 SET_PROTECTION_B(c6, HW_BIOS, 32KB) in INITi_InitRegion() 545 SET_PROTECTION_B(c1, HW_TWL_MAIN_MEM_MAIN, 32MB) in INITi_InitRegion() 549 SET_PROTECTION_B(c2, HW_TWL_MAIN_MEM_SUB, 512KB) in INITi_InitRegion() 553 SET_PROTECTION_B(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion() 559 SET_PROTECTION_B(c7, HW_TWL_MAIN_MEM_SHARED, 16KB) in INITi_InitRegion() 588 SET_PROTECTION_B(c1, HW_MAIN_MEM_MAIN, 32MB) in INITi_InitRegion() [all …]
|