Searched refs:atmel_aes_dev (Results 1 - 1 of 1) sorted by relevance

/drivers/crypto/
H A Datmel-aes.c80 struct atmel_aes_dev;
83 struct atmel_aes_dev *dd;
100 struct atmel_aes_dev { struct
215 static inline u32 atmel_aes_read(struct atmel_aes_dev *dd, u32 offset)
220 static inline void atmel_aes_write(struct atmel_aes_dev *dd,
226 static void atmel_aes_read_n(struct atmel_aes_dev *dd, u32 offset,
233 static void atmel_aes_write_n(struct atmel_aes_dev *dd, u32 offset,
240 static struct atmel_aes_dev *atmel_aes_find_dev(struct atmel_aes_ctx *ctx)
242 struct atmel_aes_dev *aes_dd = NULL;
243 struct atmel_aes_dev *tm
[all...]

Completed in 74 milliseconds