Searched refs:RSA_SECRANGE_MASK (Results 1 – 2 of 2) sorted by relevance
2678 …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()
339 #define RSA_SECRANGE_MASK 0x0000FFFF macro