Home
last modified time | relevance | path

Searched refs:SEAL_CLIENT_NUM (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/seal/hal/kano/seal/
H A DhalSEAL.c1400 for(u16Client = 0; u16Client < SEAL_CLIENT_NUM; u16Client++) in HAL_SEAL_ResetSram()
2267 u16ClusterId = (MS_U16)(s32HwIdx / SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterSet()
2268 u16ClientId = (MS_U16)(s32HwIdx % SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterSet()
2389 u16ClusterId = (MS_U16)(s32HwIdx / SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterQuery()
2390 u16ClientId = (MS_U16)(s32HwIdx % SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterQuery()
H A DregSEAL.h253 #define SEAL_CLIENT_NUM (8) macro
259 volatile MS_U8 client[SEAL_CLIENT_NUM] ;
/utopia/UTPA2-700.0.x/modules/seal/hal/curry/seal/
H A DhalSEAL.c2193 u16ClusterId = (MS_U16)(s32HwIdx / SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterSet()
2194 u16ClientId = (MS_U16)(s32HwIdx % SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterSet()
2296 u16ClusterId = (MS_U16)(s32HwIdx / SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterQuery()
2297 u16ClientId = (MS_U16)(s32HwIdx % SEAL_CLIENT_NUM); in HAL_Seal_SecureMasterQuery()
H A DregSEAL.h210 #define SEAL_CLIENT_NUM (4) macro