Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/os/ARM9/src/
Dos_protectionRegion.c490 u32 mask = 0xfffff000 << OSi_PRDEF_TO_VAL(sizeDef); in OS_SetProtectionRegionEx()
543 0x1000 << OSi_PRDEF_TO_VAL(OS_GetProtectionRegionSize(n)), i_permit, d_permit ); in OS_DumpProtectionRegion()
/TwlSDK-5.1.0/include/nitro/os/ARM9/
DprotectionRegion.h334 #define OSi_PRDEF_TO_VAL(prDef) (((prDef)-0x16) >> 1) macro