Searched refs:AES_TAGR (Results 1 - 2 of 2) sorted by last modified time

/linux-master/drivers/crypto/
H A Datmel-aes.c290 case AES_TAGR(0):
291 case AES_TAGR(1):
292 case AES_TAGR(2):
293 case AES_TAGR(3):
294 snprintf(tmp, sz, "TAGR[%u]", (offset - AES_TAGR(0)) >> 2);
1510 atmel_aes_read_block(dd, AES_TAGR(0), ctx->tag);
H A Datmel-aes-regs.h68 #define AES_TAGR(x) (0x88 + ((x) * 0x04)) macro

Completed in 142 milliseconds