Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/seal/hal/curry/seal/
H A DhalSEAL.c2217 …AL_NSSramBuffer.cluster[u16ClusterId].flags)) &= ~(0x1ffULL<<(u16ClientId*SEAL_CLIENT_BITS_COUNT)); in HAL_Seal_SecureMasterSet()
2223 …EAL_NSSramBuffer.cluster[u16ClusterId].flags)) |= (0x1ffULL<<(u16ClientId*SEAL_CLIENT_BITS_COUNT)); in HAL_Seal_SecureMasterSet()
2307 …amBuffer.cluster[u16ClusterId].flags)) & (0x1ffULL<<(u16ClientId*SEAL_CLIENT_BITS_COUNT))) == 0x00… in HAL_Seal_SecureMasterQuery()
H A DregSEAL.h211 #define SEAL_CLIENT_BITS_COUNT (9) macro