Searched refs:REG_RSA_SECRANGE_MASK (Results 1 – 4 of 4) sorted by relevance
323 #define REG_RSA_SECRANGE_MASK 0x0000FFFF macro
2728 …_RSA_SECRANGE_START(u32SecSet)) = REG_RSA_SECRANGE_ENABLE | ( u32SecStart & REG_RSA_SECRANGE_MASK); in HAL_NSK2_RSA_SetSecureRange()2729 …_RSA_SECRANGE_END(u32SecSet)) = REG_RSA_SECRANGE_ENABLE | ( u32SecEnd & REG_RSA_SECRANGE_MASK); in HAL_NSK2_RSA_SetSecureRange()
340 #define REG_RSA_SECRANGE_MASK (REG_RSA_BASE + (0x13 << 2)) macro
2703 *(volatile MS_U32*) (_gBasicAddr + REG_RSA_SECRANGE_MASK) = u32Mask; in HAL_NSK2_RSA_SetSR_Mask()