Home
last modified time | relevance | path

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

/bsp/yichip/yc3121-pos/Libraries/core/
A Dyc3121.h73 #define SM4_BASEADDR 0xf5200 macro
253 #define SM4_REG0 (*(volatile uint32_t *)(SM4_BASEADDR + 0x0))
254 #define SM4_REG1 (*(volatile uint32_t *)(SM4_BASEADDR + 0x4))
255 #define SM4_IER (*(volatile uint32_t *)(SM4_BASEADDR + 0x8))
256 #define SM4_MR (*(volatile uint32_t *)(SM4_BASEADDR + 0xc))
257 #define SM4_KEY0 ((volatile uint32_t *)(SM4_BASEADDR + 0x10))
258 #define SM4_KEY1 ((volatile uint32_t *)(SM4_BASEADDR + 0x14))
259 #define SM4_KEY2 ((volatile uint32_t *)(SM4_BASEADDR + 0x18))
260 #define SM4_KEY3 ((volatile uint32_t *)(SM4_BASEADDR + 0x1c))
261 #define SM4_IV0 ((volatile uint32_t *)(SM4_BASEADDR + 0x20))
[all …]

Completed in 6 milliseconds