Searched refs:regionNo (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/include/nitro/os/ARM9/ |
| D | protectionRegion.h | 369 void OS_SetProtectionRegionParam( int regionNo, u32 param ); 398 u32 OS_GetProtectionRegionParam( int regionNo ); 435 #define OS_SetProtectionRegion( regionNo, address, sizeStr ) \ argument 436 OS_SetProtectionRegionParam( (regionNo), \ 456 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ); 467 #define OS_GetProtectionRegionAddress( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C… argument 479 #define OS_GetProtectionRegionSize( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C6_P… argument
|
| /TwlSDK-5.4/build/libraries/os/ARM9/src/ |
| D | os_protectionRegion.c | 313 void OS_SetProtectionRegionParam( int regionNo, u32 param ) in OS_SetProtectionRegionParam() argument 326 SDK_ASSERT( regionNo>=0 && regionNo<OS_PROTECTION_REGION_NUM ); in OS_SetProtectionRegionParam() 328 f[regionNo](param); in OS_SetProtectionRegionParam() 397 u32 OS_GetProtectionRegionParam( int regionNo ) in OS_GetProtectionRegionParam() argument 410 SDK_ASSERT( regionNo>=0 && regionNo<OS_PROTECTION_REGION_NUM ); in OS_GetProtectionRegionParam() 412 return f[regionNo](); in OS_GetProtectionRegionParam() 488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx() argument 493 OS_SetProtectionRegionParam( regionNo, param ); in OS_SetProtectionRegionEx()
|