Searched refs:sizeDef (Results 1 – 2 of 2) sorted by relevance
488 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef ) in OS_SetProtectionRegionEx() argument490 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()
456 void OS_SetProtectionRegionEx( int regionNo, u32 address, u32 sizeDef );