Searched refs:SET_PROTECTION_B (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/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.1.0/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 490 #define SET_PROTECTION_B(id, adr, siz) mcr p15, 0, r0, c6, id, 0 in INITi_InitRegion() macro 499 SET_PROTECTION_B(c0, HW_IOREG, 64MB) in INITi_InitRegion() 504 SET_PROTECTION_B(c4, SDK_AUTOLOAD_DTCM_START, 16KB) in INITi_InitRegion() 508 SET_PROTECTION_B(c5, HW_ITCM_IMAGE, 16MB) in INITi_InitRegion() 512 SET_PROTECTION_B(c6, HW_BIOS, 32KB) in INITi_InitRegion() 521 SET_PROTECTION_B(c1, HW_TWL_MAIN_MEM_MAIN, 32MB) in INITi_InitRegion() 525 SET_PROTECTION_B(c2, HW_TWL_MAIN_MEM_SUB, 512KB) in INITi_InitRegion() 529 SET_PROTECTION_B(c3, HW_CTRDG_ROM, 128MB) in INITi_InitRegion() 535 SET_PROTECTION_B(c7, HW_TWL_MAIN_MEM_SHARED, 16KB) in INITi_InitRegion() 564 SET_PROTECTION_B(c1, HW_MAIN_MEM_MAIN, 32MB) in INITi_InitRegion() [all …]
|