Searched defs:omap_aes_dev (Results 1 – 1 of 1) sorted by relevance
96 struct omap_aes_dev { struct97 struct list_head list;98 unsigned long phys_base;99 void __iomem *io_base;100 struct clk *iclk;101 struct omap_aes_ctx *ctx;102 struct device *dev;103 unsigned long flags;104 int err;106 spinlock_t lock;[all …]