Home
last modified time | relevance | path

Searched refs:atmel_aes_read (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/crypto/
Datmel-aes.c345 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() function
380 *value = atmel_aes_read(dd, offset); in atmel_aes_read_n()
405 u32 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_wait_for_data_ready()
458 return atmel_aes_read(dd, AES_HW_VERSION) & 0x00000fff; in atmel_aes_get_version()
588 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_cpu_transfer()
1515 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_gcm_ghash_finalize()
1639 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_gcm_data()
1658 mr = atmel_aes_read(dd, AES_MR); in atmel_aes_gcm_data()
1680 if (!(atmel_aes_read(dd, AES_ISR) & AES_INT_TAGRDY)) { in atmel_aes_gcm_tag_init()
2446 reg = atmel_aes_read(aes_dd, AES_ISR); in atmel_aes_irq()
[all …]