Searched refs:AES_IDATAR (Results 1 – 2 of 2) sorted by relevance
| /drivers/crypto/ |
| A D | atmel-aes.c | 256 case AES_IDATAR(0): in atmel_aes_reg_name() 257 case AES_IDATAR(1): in atmel_aes_reg_name() 258 case AES_IDATAR(2): in atmel_aes_reg_name() 259 case AES_IDATAR(3): in atmel_aes_reg_name() 600 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_transfer() 638 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_start() 810 config.dst_addr = dd->phys_base + AES_IDATAR(0); in atmel_aes_dma_transfer_start() 1292 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_gcm_ghash_finalize() 1416 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_gcm_data() 1495 atmel_aes_write_block(dd, AES_IDATAR(0), ctx->ghash); in atmel_aes_gcm_tag() [all …]
|
| A D | atmel-aes-regs.h | 61 #define AES_IDATAR(x) (0x40 + ((x) * 0x04)) macro
|
Completed in 9 milliseconds