Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalNSK2.c2678 …le MS_U32*) (_gBasicAddr + REG_RSA_SECRANGE_START(u32SecSet)) = ( u32SecStart & RSA_SECRANGE_MASK); in HAL_NSK2_RSA_SetSecureRange()
2682 … REG_RSA_SECRANGE_END(u32SecSet)) = REG_RSA_SECRANGE_ENABLE & ( u32SecEnd & RSA_SECRANGE_MASK); in HAL_NSK2_RSA_SetSecureRange()
2686 …G_RSA_SECRANGE_END(u32SecSet)) = (~REG_RSA_SECRANGE_ENABLE) | ( u32SecEnd & RSA_SECRANGE_MASK); in HAL_NSK2_RSA_SetSecureRange()
H A DregNSK2.h339 #define RSA_SECRANGE_MASK 0x0000FFFF macro