Home
last modified time | relevance | path

Searched refs:HW_C6_PR_ENABLE (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/include/nitro/hw/common/
DarmArch.h150 #define HW_C6_PR_ENABLE 1 // Enable Protection region macro
/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h438 | HW_C6_PR_ENABLE )
/TwlSDK-5.1.0/build/libraries/init/ARM9/src/
Dcrt0.c487 #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/
Dos_protectionRegion.c491 u32 param = OSi_CalcPRParam( (address), sizeDef, mask ) | HW_C6_PR_ENABLE; in OS_SetProtectionRegionEx()
/TwlSDK-5.1.0/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c489 #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()