Searched refs:HW_C6_PR_ENABLE (Results 1 – 5 of 5) sorted by relevance
| /TwlSDK-5.1.0/include/nitro/hw/common/ |
| D | armArch.h | 150 #define HW_C6_PR_ENABLE 1 // Enable Protection region macro
|
| /TwlSDK-5.1.0/include/nitro/os/ARM9/ |
| D | protectionRegion.h | 438 | HW_C6_PR_ENABLE )
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9/src/ |
| D | crt0.c | 487 #define SET_PROTECTION_A( id, adr, siz ) ldr r0, =(adr|HW_C6_PR_##siz|HW_C6_PR_ENABLE) in init_cp15() 525 orr r0, r0, #HW_C6_PR_ENABLE in init_cp15()
|
| /TwlSDK-5.1.0/build/libraries/os/ARM9/src/ |
| D | os_protectionRegion.c | 491 u32 param = OSi_CalcPRParam( (address), sizeDef, mask ) | HW_C6_PR_ENABLE; in OS_SetProtectionRegionEx()
|
| /TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 489 #define SET_PROTECTION_A(id, adr, siz) ldr r0, =(adr|HW_C6_PR_##siz|HW_C6_PR_ENABLE) in INITi_InitRegion() 503 orr r0, r0, #HW_C6_PR_16KB | HW_C6_PR_ENABLE in INITi_InitRegion()
|