Searched defs:atmel_aes_dev (Results 1 – 1 of 1) sorted by relevance
100 struct atmel_aes_dev { struct101 struct list_head list;102 unsigned long phys_base;103 void __iomem *io_base;105 struct atmel_aes_ctx *ctx;106 struct device *dev;107 struct clk *iclk;108 int irq;110 unsigned long flags;111 int err;[all …]