Searched refs:AES_O_TXT0 (Results 1 – 3 of 3) sorted by relevance
266 AESCopyBlock((void *)(AES_BASE + AES_O_TXT0), txt); in AESWriteTXT()280 HWREG(AES_BASE + AES_O_TXT0) = txt[0]; in AESWriteTXT32()297 AESCopyBlock(txt, (const void *)(AES_BASE + AES_O_TXT0)); in AESReadTXT()311 txt[0] = HWREG(AES_BASE + AES_O_TXT0); in AESReadTXT32()
82 #define AES_O_TXT0 0x00000070U macro
616 volatile uint8_t *regTXT = (volatile uint8_t *)(AES_BASE + AES_O_TXT0); in AESCTRLPF3_processData()