Searched refs:SHA_BASEADDR (Results 1 – 1 of 1) sorted by relevance
84 #define SHA_BASEADDR 0xf8600 macro113 #define SHA_DATA(x) *(volatile int*)(SHA_BASEADDR + 0x00 + x*4)114 #define SHA_BDATA(x) *(volatile uint8_t*)(SHA_BASEADDR + 0x00 + x)115 #define SHA_RESULT(x) *(volatile int*)(SHA_BASEADDR + 0x80 + x*4)116 #define SHA_CTRL *(volatile int*)(SHA_BASEADDR + 0xc0)
Completed in 6 milliseconds