Searched refs:AES_GCMHR (Results 1 – 2 of 2) sorted by relevance
70 #define AES_GCMHR(x) (0x9c + ((x) * 0x04)) macro
312 case AES_GCMHR(0): in atmel_aes_reg_name()313 case AES_GCMHR(1): in atmel_aes_reg_name()314 case AES_GCMHR(2): in atmel_aes_reg_name()315 case AES_GCMHR(3): in atmel_aes_reg_name()316 snprintf(tmp, sz, "GCMHR[%u]", (offset - AES_GCMHR(0)) >> 2); in atmel_aes_reg_name()