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