Lines Matching refs:REG_RSA_BASE
423 #define REG_RSA_BASE (0x31800UL) macro
425 #define REG_RSA_COMMON ( REG_RSA_BASE + 0x0UL )
426 #define REG_RSA_ONEWAY_SYSREG ( REG_RSA_BASE + 0x1UL )
427 #define REG_RSA_CTRL ( REG_RSA_BASE + 0x2UL )
428 #define REG_RSA_IND32_ADDR ( REG_RSA_BASE + 0x3UL )
429 #define REG_RSA_IND32_WDATA ( REG_RSA_BASE + 0x4UL )
431 #define REG_RSA_SEC_RANGE_START(_a_) ( REG_RSA_BASE + ((_a_)* 2) + 0x5 ) // a = 0 ~ 5
432 #define REG_RSA_SEC_RANGE_END(_a_) ( REG_RSA_BASE + ((_a_)* 2) + 0x6 )
434 #define REG_RSA_KEY_SEL ( REG_RSA_BASE + 0x32UL )
435 #define REG_RSA_WDATA ( REG_RSA_BASE + 0x39UL )
436 #define REG_RSA_LV_PROTECT_EN ( REG_RSA_BASE + 0x3aUL )
437 #define REG_RSA_MAILBOX(_a_) ( REG_RSA_BASE + 0x40UL + (_a_) )