Searched refs:AES_IDATAR (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-aes.c | 266 case AES_IDATAR(0): in atmel_aes_reg_name() 267 case AES_IDATAR(1): in atmel_aes_reg_name() 268 case AES_IDATAR(2): in atmel_aes_reg_name() 269 case AES_IDATAR(3): in atmel_aes_reg_name() 270 snprintf(tmp, sz, "IDATAR[%u]", (offset - AES_IDATAR(0)) >> 2); in atmel_aes_reg_name() 625 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_transfer() 663 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_start() 835 config.dst_addr = dd->phys_base + AES_IDATAR(0); in atmel_aes_dma_transfer_start() 1454 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_gcm_ghash_finalize() 1578 atmel_aes_write_block(dd, AES_IDATAR( in atmel_aes_gcm_data() [all...] |
H A D | atmel-aes-regs.h | 61 #define AES_IDATAR(x) (0x40 + ((x) * 0x04)) macro
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-aes.c | 268 case AES_IDATAR(0): in atmel_aes_reg_name() 269 case AES_IDATAR(1): in atmel_aes_reg_name() 270 case AES_IDATAR(2): in atmel_aes_reg_name() 271 case AES_IDATAR(3): in atmel_aes_reg_name() 272 snprintf(tmp, sz, "IDATAR[%u]", (offset - AES_IDATAR(0)) >> 2); in atmel_aes_reg_name() 612 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_transfer() 650 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_cpu_start() 822 config.dst_addr = dd->phys_base + AES_IDATAR(0); in atmel_aes_dma_transfer_start() 1485 atmel_aes_write_block(dd, AES_IDATAR(0), dd->data); in atmel_aes_gcm_ghash_finalize() 1609 atmel_aes_write_block(dd, AES_IDATAR( in atmel_aes_gcm_data() [all...] |
H A D | atmel-aes-regs.h | 61 #define AES_IDATAR(x) (0x40 + ((x) * 0x04)) macro
|
Completed in 9 milliseconds