Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/
H A Datmel-aes.c347 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset) in atmel_aes_read() function
382 *value = atmel_aes_read(dd, offset); in atmel_aes_read_n()
407 u32 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_wait_for_data_ready()
451 return atmel_aes_read(dd, AES_HW_VERSION) & 0x00000fff; in atmel_aes_get_version()
614 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_cpu_transfer()
1489 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_gcm_ghash_finalize()
1613 isr = atmel_aes_read(dd, AES_ISR); in atmel_aes_gcm_data()
1632 mr = atmel_aes_read(dd, AES_MR); in atmel_aes_gcm_data()
1654 if (!(atmel_aes_read(dd, AES_ISR) & AES_INT_TAGRDY)) { in atmel_aes_gcm_tag_init()
2381 reg = atmel_aes_read(aes_dd, AES_ISR); in atmel_aes_irq()
[all …]