Searched refs:OS_GetProtectionRegionParam (Results 1 – 2 of 2) sorted by relevance
398 u32 OS_GetProtectionRegionParam( int regionNo );467 #define OS_GetProtectionRegionAddress( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C…479 #define OS_GetProtectionRegionSize( regionNo ) ( OS_GetProtectionRegionParam((regionNo)) & HW_C6_P…
397 u32 OS_GetProtectionRegionParam( int regionNo ) in OS_GetProtectionRegionParam() function