Home
last modified time | relevance | path

Searched refs:sizeDef (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.2.1/build/libraries/os/ARM9/src/
Dos_protectionRegion.c488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx() argument
490 u32 mask = 0xfffff000 << OSi_PRDEF_TO_VAL(sizeDef); in OS_SetProtectionRegionEx()
491 u32 param = OSi_CalcPRParam( (address), sizeDef, mask ) | HW_C6_PR_ENABLE; in OS_SetProtectionRegionEx()
/TwlSDK-5.2.1/include/nitro/os/ARM9/
DprotectionRegion.h456 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef );